gumbo.util.state
Class StateSetTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--gumbo.util.state.StateSetTest
All Implemented Interfaces:
junit.framework.Test

public class StateSetTest
extends junit.framework.TestCase

Version:
$Revision: 1.2 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Constructor Summary
StateSetTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
 void testAdd()
           
 void testChange()
           
 void testClear()
           
 void testCollectionContructor()
           
 void testEmptyContructor()
           
 void testEmptyTargetContructor()
           
 void testInitTargetContructor()
           
 void testNonEmptyTargetContructor()
           
 void testNoPolicyTransit()
           
 void testRemove()
           
 void testReset()
           
 void testSet()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateSetTest

public StateSetTest(java.lang.String name)
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

testEmptyContructor

public void testEmptyContructor()

testCollectionContructor

public void testCollectionContructor()

testEmptyTargetContructor

public void testEmptyTargetContructor()

testNonEmptyTargetContructor

public void testNonEmptyTargetContructor()

testInitTargetContructor

public void testInitTargetContructor()

testReset

public void testReset()

testSet

public void testSet()

testNoPolicyTransit

public void testNoPolicyTransit()

testClear

public void testClear()

testAdd

public void testAdd()

testRemove

public void testRemove()

testChange

public void testChange()

setUp

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