sbabcoc / JUnit-Foundation

JUnit Foundation is a lightweight collection of JUnit watchers, interfaces, and static utility classes that supplement and augment the functionality provided by the JUnit API.
Apache License 2.0
22 stars 6 forks source link

Create comprehensive `getAttachedWatcher` method #36

Closed sbabcoc closed 5 years ago

sbabcoc commented 5 years ago

Currently, the only types of watchers that will be exported are MethodWatcher objects. None of the other watcher types are available. This is a huge hole versus the support provided by TestNG Foundation.

sbabcoc commented 5 years ago

Fixed in https://github.com/Nordstrom/JUnit-Foundation/pull/38