Akka comes with a dedicated module akka-testkit for supporting tests at different levels.
I've just started testing out the Akka HTTP Request-Level Client-Side API (Future-Based). One thing I've been struggling to figure out …
scala akka-http akka-testkitI expanded the example from http://doc.akka.io/docs/akka/snapshot/scala/testing.html#Using_Multiple_Probe_Actors. import …
scala akka actor akka-testkit