Package com.streambase.sb.unittest
Interface Expecter.Predicate
- 
- All Known Implementing Classes:
 Expecter.AbstractPredicate
- Enclosing class:
 - Expecter
 
public static interface Expecter.PredicateTo expect tuples by predicate, implement this interface. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisExpected(Tuple t) 
 - 
 
- 
- 
Method Detail
- 
isExpected
boolean isExpected(Tuple t) throws StreamBaseException
- Parameters:
 t- theTupleto introspect- Returns:
 - true if t is expected. Otherwise, return false.
 - Throws:
 StreamBaseException- Error detected
 
 - 
 
 -