All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.4.4 Changes
🆕 New Features
- ➕ Added OSGi support
- ➕ Added better TimeoutException error message
-
v0.4.3 Changes
🐛 Bug Fixes
- 🛠 Fixed issue #17 - ConcurrentUnit.await(long, TimeUnit) not passing through TimeUnit
-
v0.4.2 Changes
🆕 New Features
- ➕ Added
Waiter.rethrow
method
- ➕ Added
-
v0.4.1 Changes
🐛 Bug Fixes
- ✅ Waiter no longer checks that
await
calls are made from the main test thread, since JUnit may construct and run the test from different threads
- ✅ Waiter no longer checks that
-
v0.4.0 Changes
👌 Improvements
- Replaced internal usage of thread interrrupts with a circuit
- ✂ Removed expectResume APIs
- ➕ Added support for TimeUnits
-
v0.3.4 Changes
🐛 Bug Fixes
- Always reset remaining resumes on interrupt
-
v0.3.3 Changes
🐛 Bug Fixes
- 🛠 Fixed issue #4 - Use JUnit style argument ordering for for assert equals methods.
- 🛠 Fixed issue #5 - Unit tests passing after single failed test
-
v0.3.2 Changes
🔄 Changes
- ➕ Add better failure error messages