public static class XpectLines.LinesResultValidator extends java.lang.Object implements TestExpectationValidator.ITestExpectationValidator<java.lang.Iterable<java.lang.Object>>
| Modifier and Type | Field and Description |
|---|---|
protected XpectLines |
cfg |
| Constructor and Description |
|---|
XpectLines.LinesResultValidator(XpectLines cfg) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(XtextResource res,
IParameterProvider.IExpectation expectation,
java.lang.Iterable<java.lang.Object> actual) |
protected XpectLines cfg
public XpectLines.LinesResultValidator(XpectLines cfg)
public void validate(XtextResource res, IParameterProvider.IExpectation expectation, java.lang.Iterable<java.lang.Object> actual)
validate in interface TestExpectationValidator.ITestExpectationValidator<java.lang.Iterable<java.lang.Object>>