Package tests
Class RecordLoaderTest
- java.lang.Object
-
- tests.RecordLoaderTest
-
public class RecordLoaderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RecordLoaderTest()
-
Method Summary
Modifier and Type Method Description voidsetUp()static voidsetUpBeforeClass()voidtestDishLoaderNull()voidtestDishLoaderRecords()voidtestEmployeeLoaderRecords()voidtestEmployeeNull()voidtestOrderLoaderNull()voidtestOrderLoaderRecords()
-
-
-
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
-
testDishLoaderNull
public final void testDishLoaderNull()
-
testOrderLoaderNull
public final void testOrderLoaderNull()
-
testEmployeeNull
public final void testEmployeeNull()
-
testDishLoaderRecords
public final void testDishLoaderRecords()
-
testOrderLoaderRecords
public final void testOrderLoaderRecords()
-
testEmployeeLoaderRecords
public final void testEmployeeLoaderRecords()
-
-