public class TestPersonParticipant
extends TestCase
| Constructor and Description |
|---|
TestPersonParticipant(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
static Test |
suite() |
protected void |
tearDown() |
void |
TestPersonParticipant_WithAllParameters() |
void |
TestPersonParticipant_WithEmptyName() |
void |
TestPersonParticipant_WithNullName() |
public static Test suite()
protected void setUp()
protected void tearDown()
public void TestPersonParticipant_WithAllParameters()
throws java.lang.Exception
java.lang.Exceptionpublic void TestPersonParticipant_WithEmptyName()
throws java.lang.Exception
java.lang.Exceptionpublic void TestPersonParticipant_WithNullName()
throws java.lang.Exception
java.lang.Exception