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 classEolModelLoadingException -
Uses of EolInternalException in org.eclipse.epsilon.eunit.operations
Methods in org.eclipse.epsilon.eunit.operations that throw EolInternalException Modifier and Type Method Description voidExtraEUnitOperationContributor. assertEqualDirectories(String pathExpected, String pathActual)voidExtraEUnitOperationContributor. assertEqualFiles(String pathExpected, String pathActual)voidExtraEUnitOperationContributor. assertEqualModels(String expectedModelName, String obtainedModelName)voidExtraEUnitOperationContributor. assertEqualModels(String message, String expectedModelName, String obtainedModelName)voidExtraEUnitOperationContributor. assertEqualModels(String message, String expectedModelName, String obtainedModelName, Map<String,Object> options)voidExtraEUnitOperationContributor. assertEqualModels(String expectedModelName, String obtainedModelName, Map<String,Object> options)voidExtraEUnitOperationContributor. assertLineWithMatch(String pathExpected, String regexp)voidExtraEUnitOperationContributor. assertLineWithMatch(String message, String pathExpected, String regexp)voidExtraEUnitOperationContributor. assertMatchingLine(String pathExpected, String regexp)voidExtraEUnitOperationContributor. assertMatchingLine(String message, String pathExpected, String regexp)voidExtraEUnitOperationContributor. assertNotEqualDirectories(String pathExpected, String pathActual)voidExtraEUnitOperationContributor. assertNotEqualFiles(String pathExpected, String pathActual)voidExtraEUnitOperationContributor. assertNotEqualModels(String expectedModelName, String obtainedModelName)voidExtraEUnitOperationContributor. assertNotEqualModels(String message, String expectedModelName, String obtainedModelName)voidExtraEUnitOperationContributor. assertNotEqualModels(String message, String expectedModelName, String obtainedModelName, Map<String,Object> options)voidExtraEUnitOperationContributor. assertNotEqualModels(String expectedModelName, String obtainedModelName, Map<String,Object> options)
-