Package | Description |
---|---|
com.streambase.sb.unittest |
Provides classes and interfaces used to author StreamBase Unit tests.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVTupleMaker
A factory to build
Tuple s from CSV formatted String s. |
class |
JSONSingleQuotesTupleMaker
A factory to build
Tuple s from JSON formatted String s that may use
the single quote character ' in lieu of the double quote character " . |
class |
JSONTupleMaker
A factory to build
Tuple s from JSON formatted String s. |
class |
ObjectArrayTupleMaker
A factory to build
Tuple s from Java objects. |