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 voidsetUp()static voidsetUpBeforeClass()voidtestComputeAllStats()voidtestCreateReports()voidtestLoadAllData()
-
-
-
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()
-
-