Class StreamTestKit$
java.lang.Object
org.apache.pekko.stream.testkit.javadsl.StreamTestKit$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StreamTestKit$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAssert that there are no stages running under a given system's materializer.voidAssert that there are no stages running under a given materializer.voidassertAllStagesStopped(Materializer mat, Duration overrideTimeout) Assert that there are no stages running under a given materializer.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
StreamTestKit$
public StreamTestKit$()
-
-
Method Details
-
assertAllStagesStopped
Assert that there are no stages running under a given materializer. Usually this assertion is run after a test-case to check that all of the stages have terminated successfully. -
assertAllStagesStopped
Assert that there are no stages running under a given materializer. Usually this assertion is run after a test-case to check that all of the stages have terminated successfully with an overridden duration that ignoresstream.testkit.all-stages-stopped-timeout. -
assertAllStagesStopped
Assert that there are no stages running under a given system's materializer. Usually this assertion is run after a test-case to check that all of the stages have terminated successfully.
-