com.pixelmed.test
Class TestPersonParticipant

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.pixelmed.test.TestPersonParticipant
All Implemented Interfaces:
junit.framework.Test

public class TestPersonParticipant
extends junit.framework.TestCase


Constructor Summary
TestPersonParticipant(String name)
           
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void TestPersonParticipant_WithAllParameters()
           
 void TestPersonParticipant_WithEmptyName()
           
 void TestPersonParticipant_WithNullName()
           
 
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestPersonParticipant

public TestPersonParticipant(String name)
Method Detail

suite

public static junit.framework.Test suite()

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

TestPersonParticipant_WithAllParameters

public void TestPersonParticipant_WithAllParameters()
                                             throws Exception
Throws:
Exception

TestPersonParticipant_WithEmptyName

public void TestPersonParticipant_WithEmptyName()
                                         throws Exception
Throws:
Exception

TestPersonParticipant_WithNullName

public void TestPersonParticipant_WithNullName()
                                        throws Exception
Throws:
Exception