agentland.device.intelliCD.testing
Class SongContainerTester

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

public class SongContainerTester
extends junit.framework.TestCase


Constructor Summary
SongContainerTester(String name)
           
 
Method Summary
 void assertCopy(Object a, Object b)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
 void testAddLocation()
           
 void testAddParent()
           
 void testLightCopy()
           
 void testLookup()
           
 void testParentCopy()
           
 void testParentWithKidsCopy()
           
 void testSetLocation()
           
 void testSetNullPadding()
           
 void testSetParent()
           
 void testSimpleCreation()
           
 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

SongContainerTester

public SongContainerTester(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)

testSimpleCreation

public void testSimpleCreation()

testSetNullPadding

public void testSetNullPadding()

testSetLocation

public void testSetLocation()

testSetParent

public void testSetParent()

testAddLocation

public void testAddLocation()

testAddParent

public void testAddParent()

testLightCopy

public void testLightCopy()

testParentCopy

public void testParentCopy()

testParentWithKidsCopy

public void testParentWithKidsCopy()

testSubtreeCopy

public void testSubtreeCopy()

testLookup

public void testLookup()