A B C D E F G I J L M N O P R S T V 

A

addFoundTuple(TupleMatcher, Tuple) - Method in class com.streambase.sbunit.ext.BasicErrorReport
 
addFoundTuple(TupleMatcher, Tuple) - Method in interface com.streambase.sbunit.ext.ErrorReport
add a successfully matched tuple to the report.
addMissingMatcher(TupleMatcher) - Method in class com.streambase.sbunit.ext.BasicErrorReport
 
addMissingMatcher(TupleMatcher) - Method in interface com.streambase.sbunit.ext.ErrorReport
add a matcher that failed to match anything to the report.
addUnexpectedTuple(Tuple) - Method in class com.streambase.sbunit.ext.BasicErrorReport
 
addUnexpectedTuple(Tuple) - Method in interface com.streambase.sbunit.ext.ErrorReport
add a tuple that failed to match anything to the report.
allOf(TupleMatcher, TupleMatcher...) - Static method in class com.streambase.sbunit.ext.Matchers
create a TupleMatcher that will match if and only if all of the argument TupleMatchers does.
allOf(ValueMatcher, ValueMatcher...) - Static method in class com.streambase.sbunit.ext.Matchers
create a ValueMatcher that will match if and only if all of the argument ValueMatchers does.
AllTupleMatcher - Class in com.streambase.sbunit.ext.matchers.tuple
A TupleMatcher that matches if and only if all of its component TupleMatchers match.
AllTupleMatcher(TupleMatcher, TupleMatcher[]) - Constructor for class com.streambase.sbunit.ext.matchers.tuple.AllTupleMatcher
 
AllValueMatcher - Class in com.streambase.sbunit.ext.matchers.value
A ValueMatcher that matches if and only if all of its component ValueMatchers match.
AllValueMatcher(ValueMatcher, ValueMatcher[]) - Constructor for class com.streambase.sbunit.ext.matchers.value.AllValueMatcher
 
anyOf(TupleMatcher, TupleMatcher...) - Static method in class com.streambase.sbunit.ext.Matchers
create a TupleMatcher that will match if and only if at least one of the argument TupleMatchers does.
anyOf(ValueMatcher, ValueMatcher...) - Static method in class com.streambase.sbunit.ext.Matchers
create a ValueMatcher that will match if and only if at least one of the argument ValueMatchers does.
anything() - Static method in class com.streambase.sbunit.ext.Matchers
create an AnythingMatcher that will always match
AnythingMatcher - Class in com.streambase.sbunit.ext.matchers
A TupleMatcher and a ValueMatcher that always matches.
AnythingMatcher() - Constructor for class com.streambase.sbunit.ext.matchers.AnythingMatcher
 
AnyTupleMatcher - Class in com.streambase.sbunit.ext.matchers.tuple
A TupleMatcher that matches if and only if any of its component TupleMatchers match.
AnyTupleMatcher(TupleMatcher, TupleMatcher[]) - Constructor for class com.streambase.sbunit.ext.matchers.tuple.AnyTupleMatcher
 
AnyValueMatcher - Class in com.streambase.sbunit.ext.matchers.value
A ValueMatcher that matches if and only if any of its component ValueMatchers match.
AnyValueMatcher(ValueMatcher, ValueMatcher[]) - Constructor for class com.streambase.sbunit.ext.matchers.value.AnyValueMatcher
 
automaticTimeout() - Method in class com.streambase.sbunit.ext.StreamMatcher
Create an identical StreamMatcher except that it will attempt to automatically detect appropriate timeouts based on server activity.

B

BasicErrorReport - Class in com.streambase.sbunit.ext
A simple English error report that uses JSON to represent Tuples and ExpectTuplesFailure for reporting errors.
BasicErrorReport(String) - Constructor for class com.streambase.sbunit.ext.BasicErrorReport
Create an empty error report.

C

com.streambase.sbunit.ext - package com.streambase.sbunit.ext
 
com.streambase.sbunit.ext.matcher.builder - package com.streambase.sbunit.ext.matcher.builder
 
com.streambase.sbunit.ext.matchers - package com.streambase.sbunit.ext.matchers
 
com.streambase.sbunit.ext.matchers.tuple - package com.streambase.sbunit.ext.matchers.tuple
 
com.streambase.sbunit.ext.matchers.value - package com.streambase.sbunit.ext.matchers.value
 
CSVMatcherBuilder - Class in com.streambase.sbunit.ext.matcher.builder
Build matchers to match a subset of a tuple's fields from CSV strings.
CSVMatcherBuilder(Schema, String...) - Constructor for class com.streambase.sbunit.ext.matcher.builder.CSVMatcherBuilder
 

D

describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.AnythingMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.NothingMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.tuple.AllTupleMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.tuple.AnyTupleMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.tuple.NotTupleMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.value.AllValueMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.value.AnyValueMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.value.DifferenceTestDoubleValueMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.value.EqualsValueMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.value.ListValueMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.value.NonNullValueMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.value.NotValueMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.value.NullValueMatcher
 
describe(Gson) - Method in class com.streambase.sbunit.ext.matchers.value.RatioTestDoubleValueMatcher
 
describe(Gson) - Method in interface com.streambase.sbunit.ext.TupleMatcher
get a description of the matcher suitable for use in error messages.
describe(Gson) - Method in interface com.streambase.sbunit.ext.ValueMatcher
get a description of the matcher suitable for use in error messages.
DifferenceTestDoubleValueMatcher - Class in com.streambase.sbunit.ext.matchers.value
A ValueMatcher which compares doubles using a difference test with a tolerance.
DifferenceTestDoubleValueMatcher(double, double) - Constructor for class com.streambase.sbunit.ext.matchers.value.DifferenceTestDoubleValueMatcher
 

E

empty() - Static method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
get a FieldBasedTupleMatcher which will match anything.
emptyFieldMatcher() - Static method in class com.streambase.sbunit.ext.Matchers
create a FieldBasedTupleMatcher that will match any Tuple.
EqualsValueMatcher - Class in com.streambase.sbunit.ext.matchers.value
A ValueMatcher which uses the Object.equals(Object) method to determine a match.
EqualsValueMatcher(Object) - Constructor for class com.streambase.sbunit.ext.matchers.value.EqualsValueMatcher
 
ErrorReport - Interface in com.streambase.sbunit.ext
An interface used to collect and report errors found by a StreamMatcher.
ErrorReportFactory - Interface in com.streambase.sbunit.ext
A factory used to control the ErrorReport used by a StreamMatcher
expectNothing() - Method in class com.streambase.sbunit.ext.StreamMatcher
Expect no tuples to become available on the stream for the entire timeout, ensuring that all tuples current in flight will have time to finish.
expectTuple(TupleMatcher) - Method in class com.streambase.sbunit.ext.StreamMatcher
Expect a single tuple that matches the provided TupleMatcher
expectTuples(TupleMatcher...) - Method in class com.streambase.sbunit.ext.StreamMatcher
Expect tuples that match each of the given TupleMatchers
expectTuples(List<? extends TupleMatcher>) - Method in class com.streambase.sbunit.ext.StreamMatcher
Expect tuples that match each of the given TupleMatchers
expectTuples(int) - Method in class com.streambase.sbunit.ext.StreamMatcher
Expect num tuples to become available on the stream before the timeout.
ExpectTuplesFailure - Error in com.streambase.sbunit.ext
This class extends JUnit's ComparisonFailure to allow better customization of its results.
ExpectTuplesFailure(ErrorReport) - Constructor for error com.streambase.sbunit.ext.ExpectTuplesFailure
 

F

FieldBasedTupleMatcher - Class in com.streambase.sbunit.ext.matchers
FieldBasedTupleMatcher matches tuples by comparing their fields against ValueMatchers.
formatTupleForMessage(Tuple) - Method in class com.streambase.sbunit.ext.BasicErrorReport
Subclasses wishing to customize the display of Tuples in the error message should override this method.

G

getActualMessage() - Method in class com.streambase.sbunit.ext.BasicErrorReport
 
getActualMessage() - Method in interface com.streambase.sbunit.ext.ErrorReport
inside Eclipse the JUnit view will present a graphical diff of ErrorReport.getExpectedMessage() and ErrorReport.getActualMessage().
getBasicReportFactory() - Static method in class com.streambase.sbunit.ext.Reports
get a factory that produces BasicErrorReport instances
getExpectedMessage() - Method in class com.streambase.sbunit.ext.BasicErrorReport
 
getExpectedMessage() - Method in interface com.streambase.sbunit.ext.ErrorReport
inside Eclipse the JUnit view will present a graphical diff of ErrorReport.getExpectedMessage() and ErrorReport.getActualMessage().
getFoundMatchers() - Method in class com.streambase.sbunit.ext.BasicErrorReport
 
getFoundMatchers() - Method in interface com.streambase.sbunit.ext.ErrorReport
get the tuple matchers that matched successfully
getFoundTuples() - Method in class com.streambase.sbunit.ext.BasicErrorReport
 
getFoundTuples() - Method in interface com.streambase.sbunit.ext.ErrorReport
get the tuples that matched successfully
getMatcher() - Method in class com.streambase.sbunit.ext.matcher.builder.JSONMatcherBuilder
 
getMessage() - Method in class com.streambase.sbunit.ext.BasicErrorReport
 
getMessage() - Method in interface com.streambase.sbunit.ext.ErrorReport
get the message shown in the stack trace, when reporting a failure.
getMessage() - Method in error com.streambase.sbunit.ext.ExpectTuplesFailure
 
getMissingMatchers() - Method in class com.streambase.sbunit.ext.BasicErrorReport
 
getMissingMatchers() - Method in interface com.streambase.sbunit.ext.ErrorReport
get the tuple matchers that failed to match.
getReport() - Method in error com.streambase.sbunit.ext.ExpectTuplesFailure
get the report that caused this failure
getUnexpectedTuples() - Method in class com.streambase.sbunit.ext.BasicErrorReport
 
getUnexpectedTuples() - Method in interface com.streambase.sbunit.ext.ErrorReport
get the tuples that arrived unexpectedly

I

ignore(String) - Method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
get an identical FieldBasedTupleMatcher to this, except that it will ignore the field identified by field TODO: it is possible to "ignore" fields that actually do not exist in the Schema
ignoreField(String) - Method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
 
ignoreField(String) - Method in interface com.streambase.sbunit.ext.matchers.IgnoreFieldTransform
get a ValueMatcher like this but that will ignore sub-fields with the name field.
ignoreField(String) - Method in class com.streambase.sbunit.ext.matchers.value.ListValueMatcher
 
IgnoreFieldTransform - Interface in com.streambase.sbunit.ext.matchers
This interface is used to control structural recursion of ValueMatchers when creating a new version of them that ignores particular fields.
ignoreMissingFields(boolean) - Method in class com.streambase.sbunit.ext.matcher.builder.JSONMatcherBuilder
 
ignoreNulls() - Method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
get an identical FieldBasedTupleMatcher to this, except that it will ignore any null values that it is currently configured to enforce.
ignoreNulls() - Method in interface com.streambase.sbunit.ext.matchers.IgnoreNullTransform
get a ValueMatcher like this but that will ignore sub-values that are null.
ignoreNulls() - Method in class com.streambase.sbunit.ext.matchers.value.ListValueMatcher
 
ignoreNulls() - Method in class com.streambase.sbunit.ext.matchers.value.NullValueMatcher
 
IgnoreNullTransform - Interface in com.streambase.sbunit.ext.matchers
This interface is used to control structural recursion of ValueMatchers when creating a new version of them that ignores nulls values.
isIgnoreMissingFields() - Method in class com.streambase.sbunit.ext.matcher.builder.JSONMatcherBuilder
 
isNonNull() - Static method in class com.streambase.sbunit.ext.Matchers
create a ValueMatcher that will match anything non-null
isNull() - Static method in class com.streambase.sbunit.ext.Matchers
create a ValueMatcher that will only match null values

J

JSONMatcherBuilder - Class in com.streambase.sbunit.ext.matcher.builder
Build matchers to match a subset of a tuple's fields from JSON strings.
JSONMatcherBuilder(Schema) - Constructor for class com.streambase.sbunit.ext.matcher.builder.JSONMatcherBuilder
create a Matcher that has a companion partial JSON string that mentions each node that will be of interest in the match

L

list(List<? extends ValueMatcher>) - Static method in class com.streambase.sbunit.ext.Matchers
create a ListValueMatcher that will match a list of values which match each matcher
list(ValueMatcher...) - Static method in class com.streambase.sbunit.ext.Matchers
create a ListValueMatcher that will match a list of values which match each matcher
list(Object...) - Static method in class com.streambase.sbunit.ext.Matchers
create a ListValueMatcher that will match a list of values which match each value
ListValueMatcher - Class in com.streambase.sbunit.ext.matchers.value
A ValueMatcher which uses the Object.equals(Object) method to determine a match.
ListValueMatcher(List<? extends ValueMatcher>) - Constructor for class com.streambase.sbunit.ext.matchers.value.ListValueMatcher
 
literal(Object) - Static method in class com.streambase.sbunit.ext.Matchers
a ValueMatcher that will match the object.
literal(Tuple) - Static method in class com.streambase.sbunit.ext.Matchers
create a FieldBasedTupleMatcher that will match the Tuple exactly.

M

makeErrorReport(int) - Method in class com.streambase.sbunit.ext.StreamMatcher
Subclasses wishing to customize the error reporting can override this method.
makeFoundMessage() - Method in class com.streambase.sbunit.ext.BasicErrorReport
Subclasses wishing to customize the "Found tuples" section of the error message should override this method.
makeMatcher(String) - Method in class com.streambase.sbunit.ext.matcher.builder.CSVMatcherBuilder
Build a matcher from this CSV text that matches only the fields given to the constructor.
makeMatcher(String...) - Method in class com.streambase.sbunit.ext.matcher.builder.CSVMatcherBuilder
Build a matcher from string values that matches only the fields given to the constructor.
makeMatcher(String) - Method in class com.streambase.sbunit.ext.matcher.builder.JSONMatcherBuilder
Build a matcher from string values that matches only the fields given to the constructor.
makeMissingMessage() - Method in class com.streambase.sbunit.ext.BasicErrorReport
Subclasses wishing to customize the "Missing tuples" section of the error message should override this method.
makeUnexpectedMessage() - Method in class com.streambase.sbunit.ext.BasicErrorReport
Subclasses wishing to customize the "Unexpected tuples" section of the error message should override this method.
Matchers - Class in com.streambase.sbunit.ext
Factory and utility methods for TupleMatcher and ValueMatcher classes.
Matchers() - Constructor for class com.streambase.sbunit.ext.Matchers
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.AnythingMatcher
 
matches(Tuple) - Method in class com.streambase.sbunit.ext.matchers.AnythingMatcher
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
 
matches(Tuple) - Method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.NothingMatcher
 
matches(Tuple) - Method in class com.streambase.sbunit.ext.matchers.NothingMatcher
 
matches(Tuple) - Method in class com.streambase.sbunit.ext.matchers.tuple.AllTupleMatcher
 
matches(Tuple) - Method in class com.streambase.sbunit.ext.matchers.tuple.AnyTupleMatcher
 
matches(Tuple) - Method in class com.streambase.sbunit.ext.matchers.tuple.NotTupleMatcher
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.value.AllValueMatcher
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.value.AnyValueMatcher
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.value.DifferenceTestDoubleValueMatcher
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.value.EqualsValueMatcher
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.value.ListValueMatcher
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.value.NonNullValueMatcher
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.value.NotValueMatcher
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.value.NullValueMatcher
 
matches(Object) - Method in class com.streambase.sbunit.ext.matchers.value.RatioTestDoubleValueMatcher
 
matches(Tuple) - Method in interface com.streambase.sbunit.ext.TupleMatcher
determine whether t matches.
matches(Object) - Method in interface com.streambase.sbunit.ext.ValueMatcher
determine whether or not a value matches

N

newErrorReport(String) - Method in interface com.streambase.sbunit.ext.ErrorReportFactory
create an empty error report
NonNullValueMatcher - Class in com.streambase.sbunit.ext.matchers.value
A ValueMatcher which matches null values.
NonNullValueMatcher() - Constructor for class com.streambase.sbunit.ext.matchers.value.NonNullValueMatcher
 
not(TupleMatcher) - Static method in class com.streambase.sbunit.ext.Matchers
create a TupleMatcher that will match if and only if the argument TupleMatcher does not.
not(ValueMatcher) - Static method in class com.streambase.sbunit.ext.Matchers
create a ValueMatcher that will match if and only if the argument ValueMatcher does not.
nothing() - Static method in class com.streambase.sbunit.ext.Matchers
create a NothingMatcher that will never match
NothingMatcher - Class in com.streambase.sbunit.ext.matchers
A TupleMatcher and a ValueMatcher that never matches.
NothingMatcher() - Constructor for class com.streambase.sbunit.ext.matchers.NothingMatcher
 
NotTupleMatcher - Class in com.streambase.sbunit.ext.matchers.tuple
A TupleMatcher that matches if and only if its component TupleMatcher does not match.
NotTupleMatcher(TupleMatcher) - Constructor for class com.streambase.sbunit.ext.matchers.tuple.NotTupleMatcher
 
NotValueMatcher - Class in com.streambase.sbunit.ext.matchers.value
A ValueMatcher that matches if and only if its component ValueMatcher does not match.
NotValueMatcher(ValueMatcher) - Constructor for class com.streambase.sbunit.ext.matchers.value.NotValueMatcher
 
NullValueMatcher - Class in com.streambase.sbunit.ext.matchers.value
A ValueMatcher which matches non-null values.
NullValueMatcher() - Constructor for class com.streambase.sbunit.ext.matchers.value.NullValueMatcher
 

O

of(LinkedHashMap<String, ValueMatcher>) - Static method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
get a FieldBasedTupleMatcher with all the provided matchers.
on(Dequeuer) - Static method in class com.streambase.sbunit.ext.StreamMatcher
Create a default StreamMatcher for the stream provided by Dequeuer.
onExtra(StreamMatcher.ExtraTuples) - Method in class com.streambase.sbunit.ext.StreamMatcher
Create an identical StreamMatcher except that will handle unexpected Tuples within expect*() calls according to the provided StreamMatcher.ExtraTuples
ordering(StreamMatcher.Ordering) - Method in class com.streambase.sbunit.ext.StreamMatcher
Create an identical StreamMatcher except that will handle order of tuples within expect*() calls according to the provided StreamMatcher.Ordering.

P

parseJSONString(String) - Static method in class com.streambase.sbunit.ext.matcher.builder.JSONMatcherBuilder
create JSON object from string TODO: The method parseJSONString(String) from the type TupleJSONUtil is not visible, so is recopied here; could remove this if public

R

RatioTestDoubleValueMatcher - Class in com.streambase.sbunit.ext.matchers.value
A ValueMatcher which compares doubles using a ratio test with a tolerance.
RatioTestDoubleValueMatcher(double) - Constructor for class com.streambase.sbunit.ext.matchers.value.RatioTestDoubleValueMatcher
 
RatioTestDoubleValueMatcher(double, double) - Constructor for class com.streambase.sbunit.ext.matchers.value.RatioTestDoubleValueMatcher
 
readFunctionFromJSON(CompleteDataType, Object, boolean) - Static method in class com.streambase.sbunit.ext.matcher.builder.JSONMatcherBuilder
 
readFunctionFromJSON(CompleteDataType, Object, boolean, String) - Static method in class com.streambase.sbunit.ext.matcher.builder.JSONMatcherBuilder
 
reporting(ErrorReportFactory) - Method in class com.streambase.sbunit.ext.StreamMatcher
Create an identical StreamMatcher except that will use the provided reporter within expect*() calls.
Reports - Class in com.streambase.sbunit.ext
Factory and utility methods for ErrorReport and ErrorReportFactory classes.
Reports() - Constructor for class com.streambase.sbunit.ext.Reports
 
require(String, ValueMatcher) - Method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
get an identical FieldBasedTupleMatcher to this, except that it will require the field identified by field to match m
require(String, Object) - Method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
get an identical FieldBasedTupleMatcher to this, except that it will require the field identified by field to match the literal val.
requireNonNull(String) - Method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
get an identical FieldBasedTupleMatcher to this, except that it will require the field identified by field to be non-null.
requireNull(String) - Method in class com.streambase.sbunit.ext.matchers.FieldBasedTupleMatcher
get an identical FieldBasedTupleMatcher to this, except that it will require the field identified by field to be null.

S

setIgnoreMissingFields(boolean) - Method in class com.streambase.sbunit.ext.matcher.builder.JSONMatcherBuilder
 
setTupleAndMatcher(Tuple, Object, String) - Method in class com.streambase.sbunit.ext.matcher.builder.JSONMatcherBuilder
Set the fields of a tuple based on the contents of a JSON object >> similar to TupleJSONUtil.setTuple(), but handles depth of matching in subtuples TODO: is there a way to do similar for lists? This is not evident in FieldBasedTupleMatcher, so a bit tricky i think
StreamMatcher - Class in com.streambase.sbunit.ext
StreamMatcher encapsulates the details of watching a stream for relevant tuples.
StreamMatcher.ExtraTuples - Enum in com.streambase.sbunit.ext
StreamMatcher.Ordering - Enum in com.streambase.sbunit.ext
How to handle tuple ordering during a call to StreamMatcher.expectTuples(TupleMatcher...) or StreamMatcher.expectTuples(List)

T

throwIfError(StreamMatcher.ExtraTuples) - Method in class com.streambase.sbunit.ext.BasicErrorReport
 
throwIfError(StreamMatcher.ExtraTuples) - Method in interface com.streambase.sbunit.ext.ErrorReport
throw an error that summarizes the report, if it contains errors.
timeout(long, TimeUnit) - Method in class com.streambase.sbunit.ext.StreamMatcher
Create an identical StreamMatcher except that will use the provided timeout within expect*() calls.
TupleMatcher - Interface in com.streambase.sbunit.ext
TupleMatchers are used by StreamMatcher to determine if a tuple matches as an expected tuple or is an unexpected tuple.

V

ValueMatcher - Interface in com.streambase.sbunit.ext
ValueMatchers are used by FieldBasedTupleMatcher to determine if particular values match.
valueOf(String) - Static method in enum com.streambase.sbunit.ext.StreamMatcher.ExtraTuples
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sbunit.ext.StreamMatcher.Ordering
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.streambase.sbunit.ext.StreamMatcher.ExtraTuples
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sbunit.ext.StreamMatcher.Ordering
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I J L M N O P R S T V