public class TestSection
extends java.lang.Object
Constructor and Description |
---|
TestSection() |
Modifier and Type | Method and Description |
---|---|
void |
addLAPositionTest()
Tests the section addLAPosition method
|
void |
addRequiredAssistantTest()
Tests the section addRequiredAssistant method
|
void |
addTAPositionTest()
Tests the section addTAPosition method
|
void |
addTimeTest()
Tests the section addTime method
|
void |
removeTimeTest()
Tests the section removeTime method
|
void |
sectionTest()
tests the section constructor
|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testAddSkill()
Tests the section addSkill method
|
void |
testIntersect()
Tests the section intersect method
|
void |
testRemoveSkill()
Tests the section removeSkill method
|
void |
toStringTest()
Tests the section 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 sectionTest()
public void toStringTest()
public void addRequiredAssistantTest()
public void addTimeTest()
public void removeTimeTest()
public void addLAPositionTest()
public void addTAPositionTest()
public void testAddSkill()
public void testRemoveSkill()
public void testIntersect()