object StreamTestKit
- Source
- StreamTestKit.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamTestKit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def assertAllStagesStopped(system: ClassicActorSystemProvider): Unit
Assert that there are no stages running under a given system's materializer.
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.
- def assertAllStagesStopped(mat: Materializer): Unit
Assert that there are no stages running under a given materializer.
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.