Class StreamTestKit$


  • public class StreamTestKit$
    extends java.lang.Object
    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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static StreamTestKit$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamTestKit$()  
    • Field Detail

      • MODULE$

        public static final StreamTestKit$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • StreamTestKit$

        public StreamTestKit$()
    • Method Detail

      • assertAllStagesStopped

        public void assertAllStagesStopped​(Materializer mat)