agentland.device.intelliCD.jukebox.testing
Class SongListTester

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

public class SongListTester
extends junit.framework.TestCase


Constructor Summary
SongListTester(String name)
           
 
Method Summary
 void assertClass(Object a, Class cls)
           
 void assertCopy(Object a, Object b)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
 void testAddCasting()
           
 void testAddLocation()
           
 void testAddParent()
           
 void testFlatten()
           
 void testGetNextSong()
           
 void testLightCopy()
           
 void testParentContainerCopy()
           
 void testParentCopy()
           
 void testSetLocation()
           
 void testSetNullPadding()
           
 void testSetParent()
           
 void testSimpleCreation()
           
 void testSublistIterator()
           
 void testSubtreeCopy()
           
 
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

SongListTester

public SongListTester(String name)
Method Detail

suite

public static junit.framework.Test suite()

setUp

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

assertCopy

public void assertCopy(Object a,
                       Object b)

assertClass

public void assertClass(Object a,
                        Class cls)

testSimpleCreation

public void testSimpleCreation()

testSetNullPadding

public void testSetNullPadding()

testSetLocation

public void testSetLocation()

testSetParent

public void testSetParent()

testAddLocation

public void testAddLocation()

testAddParent

public void testAddParent()

testAddCasting

public void testAddCasting()

testLightCopy

public void testLightCopy()

testParentCopy

public void testParentCopy()

testParentContainerCopy

public void testParentContainerCopy()

testSubtreeCopy

public void testSubtreeCopy()

testFlatten

public void testFlatten()

testSublistIterator

public void testSublistIterator()

testGetNextSong

public void testGetNextSong()