Class TestSinkStage$


  • public class TestSinkStage$
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      TestSinkStage$()  
    • Field Detail

      • MODULE$

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

      • TestSinkStage$

        public TestSinkStage$()
    • Method Detail

      • apply

        public <T,​M> Sink<T,​M> apply​(GraphStageWithMaterializedValue<SinkShape<T>,​M> stageUnderTest,
                                                 TestProbe probe)
        Creates a sink out of the stageUnderTest that will inform the probe of operator events and callbacks by sending it the various messages found under GraphStageMessages.

        This allows for creation of a "normal" stream ending with the sink while still being able to assert internal events.