Class ExceptionTests
- java.lang.Object
 - 
- org.eclipse.epsilon.eol.engine.test.acceptance.exceptions.ExceptionTests
 
 
- 
public class ExceptionTests extends java.lang.ObjectTests for exceptions, which can't be handled by EUnit.- Since:
 - 1.6
 - Author:
 - Sina Madani
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ExceptionTests() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestNullNavigationOnFirstOrderOperation()voidtestNullNavigationWithFirstOrderOperation()voidtestNullNavigationWithOperation()voidtestStackTraceIsPreserved()voidtestStackTraceOnImportedModule()voidtestUndefined() 
 - 
 
- 
- 
Method Detail
- 
setUp
public void setUp() throws java.lang.Exception- Throws:
 java.lang.Exception
 
- 
testUndefined
public void testUndefined() throws java.lang.Exception- Throws:
 java.lang.Exception
 
- 
testStackTraceIsPreserved
public void testStackTraceIsPreserved() throws java.lang.Exception- Throws:
 java.lang.Exception
 
- 
testNullNavigationWithFirstOrderOperation
public void testNullNavigationWithFirstOrderOperation() throws java.lang.Exception- Throws:
 java.lang.Exception
 
- 
testNullNavigationWithOperation
public void testNullNavigationWithOperation() throws java.lang.Exception- Throws:
 java.lang.Exception
 
- 
testNullNavigationOnFirstOrderOperation
public void testNullNavigationOnFirstOrderOperation() throws java.lang.Exception- Throws:
 java.lang.Exception
 
- 
testStackTraceOnImportedModule
public void testStackTraceOnImportedModule() throws java.lang.Exception- Throws:
 java.lang.Exception
 
 - 
 
 -