org.eclipse.xtext.junit4.parameterized
Class XpectLines.LinesResultValidator

java.lang.Object
  extended by org.eclipse.xtext.junit4.parameterized.XpectLines.LinesResultValidator
All Implemented Interfaces:
TestExpectationValidator.ITestExpectationValidator<java.lang.Iterable<java.lang.Object>>
Enclosing class:
XpectLines

public static class XpectLines.LinesResultValidator
extends java.lang.Object
implements TestExpectationValidator.ITestExpectationValidator<java.lang.Iterable<java.lang.Object>>


Field Summary
protected  XpectLines cfg
           
 
Constructor Summary
XpectLines.LinesResultValidator(XpectLines cfg)
           
 
Method Summary
 void validate(XtextResource res, IParameterProvider.IExpectation expectation, java.lang.Iterable<java.lang.Object> actual)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cfg

protected XpectLines cfg
Constructor Detail

XpectLines.LinesResultValidator

public XpectLines.LinesResultValidator(XpectLines cfg)
Method Detail

validate

public void validate(XtextResource res,
                     IParameterProvider.IExpectation expectation,
                     java.lang.Iterable<java.lang.Object> actual)
Specified by:
validate in interface TestExpectationValidator.ITestExpectationValidator<java.lang.Iterable<java.lang.Object>>