public class TestAssistant
extends java.lang.Object
Constructor and Description |
---|
TestAssistant() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testAddSkill()
Tests the assistant addSkill method
|
void |
testAssistant()
tests the assistant constructor
|
void |
testAssistantCopy()
tests the assistant copy method
|
void |
testHasSkill()
Tests the assistant hasSkill method
|
void |
testRemoveSkill()
Tests the assistant removeSkill method
|
void |
testRemoveUnavailableTime()
Tests the assistant removeUnavailableTime method
|
void |
testRestore()
Tests the assistant restore method
|
void |
testToString()
Tests the assistant toString method
|
void |
testUnavailableFor()
Tests the assistant unavailableFor method
|
void |
testUnavailableForTimeList()
Tests the assistant unavailableFor method for a LIST of times instead of just one
|
void |
testUnavailableTime()
Tests the assistant unavailable time 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 testAssistant()
public void testAssistantCopy()
public void testRestore()
public void testToString()
public void testUnavailableTime()
public void testAddSkill()
public void testUnavailableFor()
public void testRemoveUnavailableTime()
public void testRemoveSkill()
public void testHasSkill()
public void testUnavailableForTimeList()