public class EngineTest
extends java.lang.Object
Constructor and Description |
---|
EngineTest() |
Modifier and Type | Method and Description |
---|---|
void |
testEngine()
Test the engine.
|
void |
testEngineClass()
Test the engine class.
|
public void testEngineClass() throws java.lang.NoSuchMethodException, java.lang.SecurityException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException
java.lang.NoSuchMethodException
- If error.java.lang.SecurityException
- If error.java.lang.InstantiationException
- If error.java.lang.IllegalAccessException
- If error.java.lang.IllegalArgumentException
- If error.public void testEngine()