public class TestSchedule
extends java.lang.Object
Constructor and Description |
---|
TestSchedule() |
Modifier and Type | Method and Description |
---|---|
void |
addAssignmentTest()
Tests the schedule addAssignment method
|
void |
canFinalizeTest()
Tests the schedule canFinalize method
|
void |
canPublishTest()
Tests the schedule canPublish method
|
void |
scheduleTest()
tests the schedule constructor
|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
toStringTest()
Tests the schedule toString 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 scheduleTest()
public void toStringTest()
public void addAssignmentTest()
public void canFinalizeTest()
public void canPublishTest()