February 2018
Intermediate to advanced
552 pages
13h 46m
English
In this section, we will test three main components of the Akka Streams API using Akka's akka-stream-testkit Testing module.
Akka Stream's Testkit module provides two main components to test the Akka Stream API:
We will use these two Akka Stream Testkit components to write our unit tests now.
Execute the following steps to test Akka Stream Components:
lazy val akkaVersion = "2.5.9" "com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % "test"
Read now
Unlock full access