T
- The type of the responsepublic abstract class AbstractResponseProvider<T> extends Object implements ResponseProvider<T>
ResponseProvider
. Provides a useful
builderModifier and Type | Class and Description |
---|---|
static class |
AbstractResponseProvider.Builder<T>
A builder for an
AbstractResponseProvider . |
ResponseProvider.OutputMatcher<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractResponseProvider(AbstractResponseProvider.Builder<T> builder) |
Modifier and Type | Method and Description |
---|---|
protected ImmutableList<ResponseProvider.OutputMatcher<T>> |
matchers() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
lookupResponse
protected AbstractResponseProvider(AbstractResponseProvider.Builder<T> builder)
protected final ImmutableList<ResponseProvider.OutputMatcher<T>> matchers()
OutputMatchers
of this ResponseProvider
. The
result is ordered and the same ordering is returned every time.