Uses of Interface
com.streambase.sb.unittest.Expecter.Predicate
-
Packages that use Expecter.Predicate Package Description com.streambase.sb.unittest Provides classes and interfaces used to author StreamBase Unit tests. -
-
Uses of Expecter.Predicate in com.streambase.sb.unittest
Classes in com.streambase.sb.unittest that implement Expecter.Predicate Modifier and Type Class Description static class
Expecter.AbstractPredicate
Subclass this and override isExpected(Tuple t) to simplify creating predicates.Methods in com.streambase.sb.unittest with parameters of type Expecter.Predicate Modifier and Type Method Description void
Expecter. expectPredicate(Expecter.DequeueSetting mode, Expecter.Predicate p)
Expect a tuple that fulfills the given predicate from the dequeuerMethod parameters in com.streambase.sb.unittest with type arguments of type Expecter.Predicate Modifier and Type Method Description void
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
-