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.stream.testkit.StreamSpec
import akka.stream.testkit.scaladsl.TestSink
import akka.stream._
import akka.stream.testkit.Utils._
import akka.stream.testkit.scaladsl.StreamTestKit._
import scala.util.control.NoStackTrace