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

Remove unused PhantomTimeout class #89

Closed sbabcoc closed 3 years ago

sbabcoc commented 3 years ago

The PhantomTimeout class was part of my initial implementation for the global timeout management feature. This class wasn't used in the final implementation, rendering it an orphan.