org.eclipse.xtext.junit4.parameterized
Interface TestExpectationValidator.ITestExpectationValidator<RESULT>

All Known Implementing Classes:
TestExpectationValidator.NullTestResultValidator, XpectCommaSeparatedValues.CSVResultValidator, XpectLines.LinesResultValidator, XpectString.StringResultValidator
Enclosing class:
TestExpectationValidator

public static interface TestExpectationValidator.ITestExpectationValidator<RESULT>


Method Summary
 void validate(XtextResource resource, IParameterProvider.IExpectation expectation, RESULT actual)
           
 

Method Detail

validate

void validate(XtextResource resource,
              IParameterProvider.IExpectation expectation,
              RESULT actual)