protected static class XpectParameterProvider.Expectation extends java.lang.Object implements IParameterProvider.IExpectation
IParameterProvider.IExpectation.Util| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
expectation |
protected java.lang.String |
indentation |
protected int |
lenght |
protected int |
offset |
| Constructor and Description |
|---|
XpectParameterProvider.Expectation(int offset,
int lenght,
java.lang.String expectation) |
XpectParameterProvider.Expectation(int offset,
int lenght,
java.lang.String expectation,
java.lang.String indentation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpectation() |
java.lang.String |
getIndentation() |
int |
getLength() |
int |
getOffset() |
protected java.lang.String expectation
protected java.lang.String indentation
protected int lenght
protected int offset
public XpectParameterProvider.Expectation(int offset,
int lenght,
java.lang.String expectation)
public XpectParameterProvider.Expectation(int offset,
int lenght,
java.lang.String expectation,
java.lang.String indentation)
public java.lang.String getExpectation()
getExpectation in interface IParameterProvider.IExpectationpublic java.lang.String getIndentation()
getIndentation in interface IParameterProvider.IExpectationpublic int getLength()
getLength in interface IParameterProvider.IExpectationpublic int getOffset()
getOffset in interface IParameterProvider.IExpectation