public class TestInstructor
extends java.lang.Object
Constructor and Description |
---|
TestInstructor() |
Modifier and Type | Method and Description |
---|---|
void |
setUp()
Creates data for each test
|
static void |
setUpBeforeClass() |
void |
tearDown()
Clears data after testing is complete
|
static void |
tearDownAfterClass() |
void |
testAllowAssistant()
Tests the instructor allow assistant method
|
void |
testClearAssistants()
Tests the instructor clear method
|
void |
testInstructorClone()
Tests the instructor clone method
|
void |
testInstructorCreation()
Tests instructor creation
|
void |
testInstructorToString()
Tests the instructor toString method
|
void |
testRestoreInstructor()
Tests the instructor restore method
|
public static void setUpBeforeClass() throws java.lang.Exception
java.lang.Exception
public static void tearDownAfterClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void testInstructorCreation()
public void testInstructorClone()
public void testClearAssistants()
public void testRestoreInstructor()
public void testAllowAssistant()
public void testInstructorToString()