Class SoundListTest

java.lang.Object
  extended by SoundListTest

public class SoundListTest
extends Object

Class to test a sound list

Author:
Mark Guzdial, Barb Ericson

Constructor Summary
SoundListTest()
          Constructor that sets up the test
 
Method Summary
 void degong()
          Method to test replace one sound with another
 SoundElement getRoot()
          Method to get the root
static void main(String[] args)
          Method to test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundListTest

public SoundListTest()
Constructor that sets up the test

Method Detail

getRoot

public SoundElement getRoot()
Method to get the root

Returns:
the root (start) of the linked list

degong

public void degong()
Method to test replace one sound with another


main

public static void main(String[] args)
Method to test