org.eclipse.xtext.junit4.parameterized
Class XpectString.StringResultValidator

java.lang.Object
  extended by org.eclipse.xtext.junit4.parameterized.XpectString.StringResultValidator
All Implemented Interfaces:
TestExpectationValidator.ITestExpectationValidator<java.lang.String>
Enclosing class:
XpectString

public static class XpectString.StringResultValidator
extends java.lang.Object
implements TestExpectationValidator.ITestExpectationValidator<java.lang.String>


Field Summary
protected  XpectString config
           
 
Constructor Summary
XpectString.StringResultValidator(XpectString config)
           
 
Method Summary
 void validate(XtextResource resource, IParameterProvider.IExpectation expectation, java.lang.String actual)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected XpectString config
Constructor Detail

XpectString.StringResultValidator

public XpectString.StringResultValidator(XpectString config)
Method Detail

validate

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