Packages

object StreamTestKit

Source
StreamTestKit.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamTestKit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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.

  2. 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.