public abstract class AbstractValidatorTester
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.ecore.util.Diagnostician |
diagnostician |
Constructor and Description |
---|
AbstractValidatorTester() |
Modifier and Type | Method and Description |
---|---|
AssertableDiagnostics |
validate(org.eclipse.emf.ecore.EDataType type,
java.lang.Object obj) |
AssertableDiagnostics |
validate(org.eclipse.emf.ecore.EObject obj) |
AssertableDiagnostics |
validate(org.eclipse.emf.ecore.EObject obj,
java.util.Map<?,?> contextEntries) |
public AssertableDiagnostics validate(org.eclipse.emf.ecore.EDataType type, java.lang.Object obj)
public AssertableDiagnostics validate(org.eclipse.emf.ecore.EObject obj)
public AssertableDiagnostics validate(org.eclipse.emf.ecore.EObject obj, java.util.Map<?,?> contextEntries)