Uses of Interface
com.hazelcast.jet.core.test.TestSupport.TestEvent
-
Uses of TestSupport.TestEvent in com.hazelcast.jet.core.test
Modifier and TypeMethodDescriptionstatic TestSupport.TestEvent
Create a test event with an input item on the given ordinal.static TestSupport.TestEvent
Create a test event with an input item.static TestSupport.TestEvent
Create a test event with an output item on the given ordinal.static TestSupport.TestEvent
Create a test event with an output item.static <T extends Processor>
TestSupport.TestEventTestSupport.processorAssertion
(Consumer<T> assertion) Create a test event with a processor assertion.Modifier and TypeMethodDescriptionvoid
TestSupport.expectExactOutput
(TestSupport.TestEvent... testEvents) Runs the test and expects an exact sequence of input and output items.