Top "Akka-testkit" questions

Akka comes with a dedicated module akka-testkit for supporting tests at different levels.

How to test client-side Akka HTTP

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-testkit
How to use Akka-TestKit TestProbe correctly?

I expanded the example from http://doc.akka.io/docs/akka/snapshot/scala/testing.html#Using_Multiple_Probe_Actors. import …

scala akka actor akka-testkit