Class Engine
- java.lang.Object
-
- org.eclipse.epsilon.egl.test.acceptance.engine.Engine
-
public class Engine extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Engine()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
setUpOnce()
void
testBadImport()
void
testImportEgl()
void
testImportEol()
void
testParseInvalid()
void
testProcessConsistency()
void
testRuntimeException()
void
testValid()
-
-
-
Method Detail
-
setUpOnce
public static void setUpOnce() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testValid
public void testValid() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testImportEol
public void testImportEol() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testImportEgl
public void testImportEgl() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testBadImport
public void testBadImport() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRuntimeException
public void testRuntimeException() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParseInvalid
public void testParseInvalid() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testProcessConsistency
public void testProcessConsistency() throws java.lang.Exception
- Throws:
java.lang.Exception
- Since:
- 1.6
-
-