public class TestModel
extends java.lang.Object
Constructor and Description |
---|
TestModel() |
Modifier and Type | Method and Description |
---|---|
void |
modelTest()
tests the model constructor
|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testAddAssistant()
Tests the model addAssistant method
|
void |
testAddConstraint()
Tests the model addConstraint method
|
void |
testAddInstructor()
Tests the model addInstructor method
|
void |
testaddSchedule()
Tests the model addSchedule method
|
void |
testAddSection()
Tests the model addSection method
|
void |
testAddSkill()
Tests the model addSkill method
|
void |
testremoveAssistant()
Tests the model removeAssistant method
|
void |
testremoveInstructor()
Tests the model removeInstructor method
|
void |
testremoveSchedule()
Tests the model removeSchedule method
|
void |
testremoveSection()
Tests the model removeSection method
|
void |
testremoveSkill()
Tests the model removeSkill 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 modelTest()
public void testAddSkill()
public void testAddConstraint()
public void testaddSchedule()
public void testAddAssistant()
public void testAddSection()
public void testAddInstructor()
public void testremoveSkill()
public void testremoveSchedule()
public void testremoveAssistant()
public void testremoveSection()
public void testremoveInstructor()