com.samskivert.util.tests
Class ObserverListTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.samskivert.util.tests.ObserverListTest
All Implemented Interfaces:
junit.framework.Test

public class ObserverListTest
extends junit.framework.TestCase

Tests the ObserverList class.


Nested Class Summary
protected static class ObserverListTest.TestObserver
           
 
Constructor Summary
ObserverListTest()
           
 
Method Summary
static void main(String[] args)
           
 void runTest()
           
static junit.framework.Test suite()
           
 void testList(ObserverList<ObserverListTest.TestObserver> list)
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, setName, setUp, 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

ObserverListTest

public ObserverListTest()
Method Detail

runTest

public void runTest()
Overrides:
runTest in class junit.framework.TestCase

testList

public void testList(ObserverList<ObserverListTest.TestObserver> list)

suite

public static junit.framework.Test suite()

main

public static void main(String[] args)


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.