de.torfu.kabayellow.common
Class CardCollectionTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--de.torfu.kabayellow.common.CardCollectionTest
All Implemented Interfaces:
junit.framework.Test

public class CardCollectionTest
extends junit.framework.TestCase

Unit Test für die CardCollection-Klasse


Constructor Summary
CardCollectionTest(java.lang.String name)
           
 
Method Summary
 void testRemove1()
           
 void testRemove2()
           
 void testStartConditions()
           
 void testUndoAdd1()
           
 void testUndoAdd2()
           
 void testUndoRemove1()
           
 void testUndoRemove2()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, name, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CardCollectionTest

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

testStartConditions

public void testStartConditions()

testRemove1

public void testRemove1()

testRemove2

public void testRemove2()

testUndoRemove1

public void testUndoRemove1()

testUndoRemove2

public void testUndoRemove2()

testUndoAdd1

public void testUndoAdd1()

testUndoAdd2

public void testUndoAdd2()