Package tests
Class MainEngineTest
- java.lang.Object
-
- tests.MainEngineTest
-
public class MainEngineTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MainEngineTest()
-
Method Summary
Modifier and Type Method Description void
setUp()
static void
setUpBeforeClass()
void
testComputeAllStats()
void
testCreateReports()
void
testLoadAllData()
-
-
-
Method Detail
-
setUpBeforeClass
public static void setUpBeforeClass() throws java.lang.Exception
- Throws:
java.lang.Exception
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testLoadAllData
public final void testLoadAllData()
-
testComputeAllStats
public final void testComputeAllStats()
-
testCreateReports
public final void testCreateReports()
-
-