org.jdom.test.cases
Class TestFilterList

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jdom.test.cases.TestFilterList
All Implemented Interfaces:
junit.framework.Test

public final class TestFilterList
extends junit.framework.TestCase


Constructor Summary
TestFilterList(java.lang.String name)
          Construct a new instance.
 
Method Summary
static void main(java.lang.String[] args)
          The main method runs all the tests in the text ui
 void setUp()
          This method is called before a test is executed.
static junit.framework.Test suite()
          The suite method runs all the tests
 void tearDown()
          This method is called after a test is executed.
 void test_list_replacement()
           
 void test_TCM__ArrayObject_toArray_ArrayObject()
           
 void test_TCM__ArrayObject_toArray()
           
 void test_TCM__boolean_add_Object()
           
 void test_TCM__boolean_addAll_Collection()
           
 void test_TCM__boolean_addAll_int_Collection()
           
 void test_TCM__boolean_contains_Object()
           
 void test_TCM__boolean_containsAll_Collection()
           
 void test_TCM__boolean_equals_Object()
           
 void test_TCM__boolean_isEmpty()
           
 void test_TCM__boolean_remove_Object()
           
 void test_TCM__boolean_removeAll_Collection()
           
 void test_TCM__boolean_retainAll_Collection()
           
 void test_TCM__int_hashCode()
           
 void test_TCM__int_indexOf_Object()
           
 void test_TCM__int_lastIndexOf_Object()
           
 void test_TCM__int_size()
           
 void test_TCM__List_subList_int_int()
           
 void test_TCM__ListIterator_listIterator_int()
           
 void test_TCM__ListIterator_listIterator_int2()
           
 void test_TCM__ListIterator_listIterator_int3()
           
 void test_TCM__Object_get_int()
           
 void test_TCM__Object_remove_int()
           
 void test_TCM__Object_set_int_Object()
           
 void test_TCM__void_add_int_Object()
           
 void test_TCM__void_clear()
           
 void testConcurrentModification()
           
 void testModification()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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

TestFilterList

public TestFilterList(java.lang.String name)
Construct a new instance.

Method Detail

setUp

public void setUp()
This method is called before a test is executed.

Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
This method is called after a test is executed.

Overrides:
tearDown in class junit.framework.TestCase

suite

public static junit.framework.Test suite()
The suite method runs all the tests


main

public static void main(java.lang.String[] args)
The main method runs all the tests in the text ui


test_TCM__int_hashCode

public void test_TCM__int_hashCode()

test_TCM__boolean_equals_Object

public void test_TCM__boolean_equals_Object()

test_TCM__int_indexOf_Object

public void test_TCM__int_indexOf_Object()

test_TCM__int_lastIndexOf_Object

public void test_TCM__int_lastIndexOf_Object()

test_TCM__Object_get_int

public void test_TCM__Object_get_int()

test_TCM__Object_set_int_Object

public void test_TCM__Object_set_int_Object()

test_TCM__void_add_int_Object

public void test_TCM__void_add_int_Object()

test_TCM__boolean_add_Object

public void test_TCM__boolean_add_Object()

testModification

public void testModification()

test_TCM__int_size

public void test_TCM__int_size()

testConcurrentModification

public void testConcurrentModification()

test_TCM__ArrayObject_toArray

public void test_TCM__ArrayObject_toArray()

test_TCM__ArrayObject_toArray_ArrayObject

public void test_TCM__ArrayObject_toArray_ArrayObject()

test_TCM__boolean_contains_Object

public void test_TCM__boolean_contains_Object()

test_TCM__void_clear

public void test_TCM__void_clear()

test_TCM__Object_remove_int

public void test_TCM__Object_remove_int()

test_TCM__boolean_remove_Object

public void test_TCM__boolean_remove_Object()

test_TCM__boolean_isEmpty

public void test_TCM__boolean_isEmpty()

test_TCM__boolean_containsAll_Collection

public void test_TCM__boolean_containsAll_Collection()

test_TCM__boolean_addAll_Collection

public void test_TCM__boolean_addAll_Collection()

test_TCM__boolean_addAll_int_Collection

public void test_TCM__boolean_addAll_int_Collection()

test_TCM__boolean_removeAll_Collection

public void test_TCM__boolean_removeAll_Collection()

test_TCM__boolean_retainAll_Collection

public void test_TCM__boolean_retainAll_Collection()

test_TCM__List_subList_int_int

public void test_TCM__List_subList_int_int()

test_TCM__ListIterator_listIterator_int

public void test_TCM__ListIterator_listIterator_int()

test_TCM__ListIterator_listIterator_int2

public void test_TCM__ListIterator_listIterator_int2()

test_list_replacement

public void test_list_replacement()

test_TCM__ListIterator_listIterator_int3

public void test_TCM__ListIterator_listIterator_int3()


Copyright © 2007 Brett McLaughlin, Jason Hunter. All Rights Reserved.