agentland.device.intelliCD.jukebox.testing
Class SongContainerModelTester

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--agentland.device.intelliCD.jukebox.testing.SongContainerModelTester
All Implemented Interfaces:
junit.framework.Test

public class SongContainerModelTester
extends junit.framework.TestCase


Constructor Summary
SongContainerModelTester(String name)
           
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
           
 void testChange()
           
 void testGetChildCounts()
           
 void testGetChildren()
           
 void testGetIndex()
           
 void testInsertion1()
           
 void testInsertion2()
           
 void testIsLeaf()
           
 void testRemoval()
           
 void testSimpleCreation()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, tearDown, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SongContainerModelTester

public SongContainerModelTester(String name)
Method Detail

suite

public static junit.framework.Test suite()

setUp

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

testSimpleCreation

public void testSimpleCreation()

testGetChildCounts

public void testGetChildCounts()

testGetChildren

public void testGetChildren()

testGetIndex

public void testGetIndex()

testIsLeaf

public void testIsLeaf()

testInsertion1

public void testInsertion1()

testInsertion2

public void testInsertion2()

testRemoval

public void testRemoval()

testChange

public void testChange()