Uses of Class
org.eclipse.epsilon.eol.exceptions.EolInternalException
Packages that use EolInternalException
Package
Description
-
Uses of EolInternalException in org.eclipse.epsilon.egl.exceptions
Constructors in org.eclipse.epsilon.egl.exceptions with parameters of type EolInternalException -
Uses of EolInternalException in org.eclipse.epsilon.eol.exceptions.models
Subclasses of EolInternalException in org.eclipse.epsilon.eol.exceptions.models -
Uses of EolInternalException in org.eclipse.epsilon.eunit.operations
Methods in org.eclipse.epsilon.eunit.operations that throw EolInternalExceptionModifier and TypeMethodDescriptionvoidExtraEUnitOperationContributor.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)