This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
Releases: zapodot/akka-test-junit
Releases · zapodot/akka-test-junit
2.0.0
1.2.0
New features:
- will shutdown the ActorSystem properly using JavaTestKit.shutdownActorSystem(ActorSystem), thus avoiding posible race conditions (as suggested in issue #2)
- added convenience method testKit() that returns an instance of JavaTestKit that is created automatically before the test and cleaned up afterwards (as suggested in issue #2)
Special thanks to @eshepelyuk for all the valuable input for this release
Updated dependencies:
- JUnit updated to 4.12
- Akka updated to 2.3.15