Uses of Interface
com.streambase.sb.unittest.Expecter.Predicate
Package
Description
Provides classes and interfaces used to author Streaming Unit tests.
-
Uses of Expecter.Predicate in com.streambase.sb.unittest
Modifier and TypeClassDescriptionstatic class
Subclass this and override isExpected(Tuple t) to simplify creating predicates.Modifier and TypeMethodDescriptionvoid
Expecter.expectPredicate
(Expecter.DequeueSetting mode, Expecter.Predicate p) Expect a tuple that fulfills the given predicate from the dequeuerModifier and TypeMethodDescriptionvoid
Expecter.expectPredicate
(Expecter.DequeueSetting mode, List<Expecter.Predicate> expected) Expect a number of tuples, each fulfilling one predicate in a list, from the Dequeuervoid
Expecter.expectUnorderedPredicate
(Expecter.DequeueSetting mode, List<Expecter.Predicate> expected) Expect tuples that fulfill multiple predicates in any order from the dequeuer