Package | Description |
---|---|
com.streambase.sb.unittest |
Provides classes and interfaces used to author StreamBase Unit tests.
|
Modifier and Type | Class and Description |
---|---|
static class |
Expecter.AbstractPredicate
Subclass this and override isExpected(Tuple t) to simplify creating predicates.
|
Modifier and Type | Method and Description |
---|---|
void |
Expecter.expectPredicate(Expecter.DequeueSetting mode,
Expecter.Predicate p)
Expect a tuple that fulfills the given predicate from the dequeuer
|
Modifier and Type | Method and Description |
---|---|
void |
Expecter.expectPredicate(Expecter.DequeueSetting mode,
java.util.List<Expecter.Predicate> expected)
Expect a number of tuples, each fulfilling one predicate in a list, from the Dequeuer
|
void |
Expecter.expectUnorderedPredicate(Expecter.DequeueSetting mode,
java.util.List<Expecter.Predicate> expected)
Expect tuples that fulfill multiple predicates in any order from the dequeuer
|