Expose assertAllStagesStopped

This commit is contained in:
Martynas Mickevičius 2018-06-15 18:16:58 +03:00
parent 28746a4cfe
commit 766944a592
No known key found for this signature in database
GPG key ID: E735DF276C508071
107 changed files with 263 additions and 85 deletions

View file

@ -9,6 +9,7 @@ import akka.pattern.pipe
import akka.stream.Attributes.inputBuffer
import akka.stream.{ ActorMaterializer, StreamDetachedException }
import akka.stream.testkit.Utils._
import akka.stream.testkit.scaladsl.StreamTestKit._
import akka.stream.testkit._
import scala.concurrent.{ Await, Promise }