Uses of Class
org.eclipse.epsilon.eol.exceptions.EolInternalException
-
Packages that use EolInternalException Package Description org.eclipse.epsilon.egl.exceptions org.eclipse.epsilon.eol.exceptions.models org.eclipse.epsilon.eunit.operations -
-
Uses of EolInternalException in org.eclipse.epsilon.egl.exceptions
Constructors in org.eclipse.epsilon.egl.exceptions with parameters of type EolInternalException Constructor Description EglRuntimeException(EolInternalException ex)
-
Uses of EolInternalException in org.eclipse.epsilon.eol.exceptions.models
Subclasses of EolInternalException in org.eclipse.epsilon.eol.exceptions.models Modifier and Type Class Description class
EolModelLoadingException
-
Uses of EolInternalException in org.eclipse.epsilon.eunit.operations
Methods in org.eclipse.epsilon.eunit.operations that throw EolInternalException Modifier and Type Method Description void
ExtraEUnitOperationContributor. assertEqualDirectories(String pathExpected, String pathActual)
void
ExtraEUnitOperationContributor. assertEqualFiles(String pathExpected, String pathActual)
void
ExtraEUnitOperationContributor. assertEqualModels(String expectedModelName, String obtainedModelName)
void
ExtraEUnitOperationContributor. assertEqualModels(String message, String expectedModelName, String obtainedModelName)
void
ExtraEUnitOperationContributor. assertEqualModels(String message, String expectedModelName, String obtainedModelName, Map<String,Object> options)
void
ExtraEUnitOperationContributor. assertEqualModels(String expectedModelName, String obtainedModelName, Map<String,Object> options)
void
ExtraEUnitOperationContributor. assertLineWithMatch(String pathExpected, String regexp)
void
ExtraEUnitOperationContributor. assertLineWithMatch(String message, String pathExpected, String regexp)
void
ExtraEUnitOperationContributor. assertMatchingLine(String pathExpected, String regexp)
void
ExtraEUnitOperationContributor. assertMatchingLine(String message, String pathExpected, String regexp)
void
ExtraEUnitOperationContributor. assertNotEqualDirectories(String pathExpected, String pathActual)
void
ExtraEUnitOperationContributor. assertNotEqualFiles(String pathExpected, String pathActual)
void
ExtraEUnitOperationContributor. assertNotEqualModels(String expectedModelName, String obtainedModelName)
void
ExtraEUnitOperationContributor. assertNotEqualModels(String message, String expectedModelName, String obtainedModelName)
void
ExtraEUnitOperationContributor. assertNotEqualModels(String message, String expectedModelName, String obtainedModelName, Map<String,Object> options)
void
ExtraEUnitOperationContributor. assertNotEqualModels(String expectedModelName, String obtainedModelName, Map<String,Object> options)
-