Package | Description |
---|---|
com.hazelcast.jet.core.test |
Utilities for writing tests of Core API Processors.
|
Modifier and Type | Method and Description |
---|---|
static TestSupport.TestEvent |
TestSupport.in(int ordinal,
Object item)
Create a test event with an input item on the given ordinal.
|
static TestSupport.TestEvent |
TestSupport.in(Object item)
Create a test event with an input item.
|
static TestSupport.TestEvent |
TestSupport.out(int ordinal,
Object item)
Create a test event with an output item on the given ordinal.
|
static TestSupport.TestEvent |
TestSupport.out(Object item)
Create a test event with an output item.
|
static <T extends Processor> |
TestSupport.processorAssertion(Consumer<T> assertion)
Create a test event with a processor assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
TestSupport.expectExactOutput(TestSupport.TestEvent... testEvents)
Runs the test and expects an exact sequence of input and output items.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.