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 void
setUp()
static void
setUpBeforeClass()
void
testDishLoaderNull()
void
testDishLoaderRecords()
void
testEmployeeLoaderRecords()
void
testEmployeeNull()
void
testOrderLoaderNull()
void
testOrderLoaderRecords()
-
-
-
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()
-
-