public class TestSkill
extends java.lang.Object
Constructor and Description |
---|
TestSkill() |
Modifier and Type | Method and Description |
---|---|
void |
setUp()
Create a skill for testing
|
static void |
setUpBeforeClass() |
void |
tearDown()
Set skill to null after testing is complete
|
static void |
tearDownAfterClass() |
void |
testSkillCreation()
Test for successful creation of a skill
|
void |
testSkillToString()
Test for toString method to print a Skill
|
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 testSkillCreation()
public void testSkillToString()