Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

1.2.0

Compare
Choose a tag to compare
@zapodot zapodot released this 22 Sep 20:10
· 25 commits to master since this release

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