February 2018
Intermediate to advanced
552 pages
13h 46m
English
In this section, we will write unit tests for Actors that are available in the akka-scala-helloworld-app application.
Perform the following tests to write unit tests for this Akka application:
"com.typesafe.akka" %% "akka-testkit" % "2.5.9" % "test"
"org.scalatest" %% "scalatest" % "3.0.4" % "test"
Unit test HelloWorldActor:
Read now
Unlock full access