Project Jakarta-Commons Collections 3.1 [6/28/05 4:41 PM]
 
Test Classes
Class Test Methods Failures
org. apache. commons. collections. bag. TestAll 0 --
org. apache. commons. collections. bag. TestHashBag 0 0
org. apache. commons. collections. bag. TestPredicatedBag 3 0
org. apache. commons. collections. bag. TestPredicatedSortedBag 2 0
org. apache. commons. collections. bag. TestTransformedBag 1 0
org. apache. commons. collections. bag. TestTransformedSortedBag 1 0
org. apache. commons. collections. bag. TestTreeBag 1 0
org. apache. commons. collections. bag. TestTypedBag 3 0
org. apache. commons. collections. bag. TestTypedSortedBag 2 0
org. apache. commons. collections. bidimap. AbstractTestBidiMap$ TestBidiMapEntrySet 1 0
org. apache. commons. collections. bidimap. AbstractTestBidiMap$ TestBidiMapIterator 0 0
org. apache. commons. collections. bidimap. AbstractTestBidiMap$ TestInverseBidiMap 0 0
org. apache. commons. collections. bidimap. AbstractTestOrderedBidiMap$ TestBidiOrderedMapIterator 0 0
org. apache. commons. collections. bidimap. TestAbstractOrderedBidiMapDecorator 0 --
org. apache. commons. collections. bidimap. TestAll 0 --
org. apache. commons. collections. bidimap. TestDualHashBidiMap 0 0
org. apache. commons. collections. bidimap. TestDualTreeBidiMap 0 0
org. apache. commons. collections. bidimap. TestDualTreeBidiMap2 3 0
org. apache. commons. collections. bidimap. TestTreeBidiMap 0 0
org. apache. commons. collections. bidimap. TestUnmodifiableBidiMap 0 0
org. apache. commons. collections. bidimap. TestUnmodifiableOrderedBidiMap 0 0
org. apache. commons. collections. bidimap. TestUnmodifiableSortedBidiMap 0 0
org. apache. commons. collections. buffer. TestAll 0 --
org. apache. commons. collections. buffer. TestBlockingBuffer 11 0
org. apache. commons. collections. buffer. TestBoundedFifoBuffer 4 0
org. apache. commons. collections. buffer. TestBoundedFifoBuffer2 4 0
org. apache. commons. collections. buffer. TestCircularFifoBuffer 5 0
org. apache. commons. collections. buffer. TestPredicatedBuffer 2 0
org. apache. commons. collections. buffer. TestPriorityBuffer 5 0
org. apache. commons. collections. buffer. TestSynchronizedBuffer 0 0
org. apache. commons. collections. buffer. TestTransformedBuffer 1 0
org. apache. commons. collections. buffer. TestUnboundedFifoBuffer 3 0
org. apache. commons. collections. buffer. TestUnmodifiableBuffer 1 0
org. apache. commons. collections. BulkTest 0 --
org. apache. commons. collections. collection. TestAll 0 --
org. apache. commons. collections. collection. TestCompositeCollection 15 0
org. apache. commons. collections. collection. TestPredicatedCollection 2 0
org. apache. commons. collections. collection. TestSynchronizedCollection 0 0
org. apache. commons. collections. collection. TestTransformedCollection 1 0
org. apache. commons. collections. collection. TestUnmodifiableCollection 0 0
org. apache. commons. collections. comparators. TestAll 0 --
org. apache. commons. collections. comparators. TestBooleanComparator 3 0
org. apache. commons. collections. comparators. TestComparableComparator 0 0
org. apache. commons. collections. comparators. TestComparatorChain 5 0
org. apache. commons. collections. comparators. TestFixedOrderComparator 6 0
org. apache. commons. collections. comparators. TestNullComparator$ TestNullComparator1 0 0
org. apache. commons. collections. comparators. TestNullComparator$ TestNullComparator2 0 0
org. apache. commons. collections. comparators. TestReverseComparator 1 0
org. apache. commons. collections. iterators. TestAll 0 --
org. apache. commons. collections. iterators. TestArrayIterator 3 0
org. apache. commons. collections. iterators. TestArrayIterator2 3 0
org. apache. commons. collections. iterators. TestArrayListIterator 2 0
org. apache. commons. collections. iterators. TestArrayListIterator2 0 0
org. apache. commons. collections. iterators. TestCollatingIterator 8 0
org. apache. commons. collections. iterators. TestFilterIterator 3 0
org. apache. commons. collections. iterators. TestFilterListIterator 14 0
org. apache. commons. collections. iterators. TestIteratorChain 4 0
org. apache. commons. collections. iterators. TestListIteratorWrapper 2 0
org. apache. commons. collections. iterators. TestLoopingIterator 8 0
org. apache. commons. collections. iterators. TestObjectArrayIterator 4 0
org. apache. commons. collections. iterators. TestObjectArrayListIterator 2 0
org. apache. commons. collections. iterators. TestObjectArrayListIterator2 0 0
org. apache. commons. collections. iterators. TestObjectGraphIterator 15 0
org. apache. commons. collections. iterators. TestSingletonIterator 3 0
org. apache. commons. collections. iterators. TestSingletonIterator2 2 0
org. apache. commons. collections. iterators. TestSingletonListIterator 2 0
org. apache. commons. collections. iterators. TestUniqueFilterIterator 1 0
org. apache. commons. collections. iterators. TestUnmodifiableIterator 2 0
org. apache. commons. collections. iterators. TestUnmodifiableListIterator 2 0
org. apache. commons. collections. iterators. TestUnmodifiableMapIterator 2 0
org. apache. commons. collections. iterators. TestUnmodifiableOrderedMapIterator 2 0
org. apache. commons. collections. keyvalue. TestAll 0 --
org. apache. commons. collections. keyvalue. TestDefaultKeyValue 6 0
org. apache. commons. collections. keyvalue. TestDefaultMapEntry 2 0
org. apache. commons. collections. keyvalue. TestMultiKey 10 0
org. apache. commons. collections. keyvalue. TestTiedMapEntry 2 0
org. apache. commons. collections. keyvalue. TestUnmodifiableMapEntry 4 0
org. apache. commons. collections. list. AbstractTestList$ BulkTestSubList 0 0
org. apache. commons. collections. list. AbstractTestList$ TestListIterator 0 0
org. apache. commons. collections. list. TestAll 0 --
org. apache. commons. collections. list. TestCursorableLinkedList 37 0
org. apache. commons. collections. list. TestFixedSizeList 0 0
org. apache. commons. collections. list. TestNodeCachingLinkedList 1 0
org. apache. commons. collections. list. TestPredicatedList 4 0
org. apache. commons. collections. list. TestSetUniqueList 10 0
org. apache. commons. collections. list. TestSynchronizedList 0 0
org. apache. commons. collections. list. TestTransformedList 1 0
org. apache. commons. collections. list. TestTreeList 4 0
org. apache. commons. collections. list. TestTypedList 0 0
org. apache. commons. collections. list. TestUnmodifiableList 2 0
org. apache. commons. collections. map. AbstractTestIterableMap$ InnerTestMapIterator 0 0
org. apache. commons. collections. map. AbstractTestMap$ TestMapEntrySet 3 0
org. apache. commons. collections. map. AbstractTestMap$ TestMapKeySet 0 0
org. apache. commons. collections. map. AbstractTestMap$ TestMapValues 0 0
org. apache. commons. collections. map. AbstractTestOrderedMap$ InnerTestOrderedMapIterator 0 0
org. apache. commons. collections. map. AbstractTestSortedMap$ TestHeadMap 1 0
org. apache. commons. collections. map. AbstractTestSortedMap$ TestSubMap 1 0
org. apache. commons. collections. map. AbstractTestSortedMap$ TestTailMap 1 0
org. apache. commons. collections. map. TestAll 0 --
org. apache. commons. collections. map. TestCaseInsensitiveMap 4 0
org. apache. commons. collections. map. TestCompositeMap 8 0
org. apache. commons. collections. map. TestFixedSizeMap 0 0
org. apache. commons. collections. map. TestFixedSizeSortedMap 0 0
org. apache. commons. collections. map. TestFlat3Map 5 0
org. apache. commons. collections. map. TestFlat3Map$ TestFlatMapIterator 0 0
org. apache. commons. collections. map. TestHashedMap 1 0
org. apache. commons. collections. map. TestIdentityMap 4 0
org. apache. commons. collections. map. TestLazyMap 1 0
org. apache. commons. collections. map. TestLazySortedMap 3 0
org. apache. commons. collections. map. TestLinkedMap 7 0
org. apache. commons. collections. map. TestLinkedMap$ TestListView 0 0
org. apache. commons. collections. map. TestListOrderedMap 4 0
org. apache. commons. collections. map. TestListOrderedMap$ TestListView 0 0
org. apache. commons. collections. map. TestListOrderedMap2 4 0
org. apache. commons. collections. map. TestListOrderedMap2$ TestListView 0 0
org. apache. commons. collections. map. TestLRUMap 8 0
org. apache. commons. collections. map. TestMultiKeyMap 11 0
org. apache. commons. collections. map. TestPredicatedMap 2 0
org. apache. commons. collections. map. TestPredicatedSortedMap 3 0
org. apache. commons. collections. map. TestReferenceIdentityMap 4 0
org. apache. commons. collections. map. TestReferenceMap 2 0
org. apache. commons. collections. map. TestSingletonMap 3 0
org. apache. commons. collections. map. TestStaticBucketMap 0 0
org. apache. commons. collections. map. TestTransformedMap 1 0
org. apache. commons. collections. map. TestTransformedSortedMap 1 0
org. apache. commons. collections. map. TestUnmodifiableMap 2 0
org. apache. commons. collections. map. TestUnmodifiableOrderedMap 2 0
org. apache. commons. collections. map. TestUnmodifiableSortedMap 2 0
org. apache. commons. collections. set. AbstractTestSortedSet$ TestSortedSetSubSet 0 0
org. apache. commons. collections. set. TestAll 0 --
org. apache. commons. collections. set. TestCompositeSet 5 0
org. apache. commons. collections. set. TestListOrderedSet 4 0
org. apache. commons. collections. set. TestListOrderedSet2 3 0
org. apache. commons. collections. set. TestMapBackedSet 0 0
org. apache. commons. collections. set. TestMapBackedSet2 3 0
org. apache. commons. collections. set. TestPredicatedSet 3 0
org. apache. commons. collections. set. TestPredicatedSortedSet 4 0
org. apache. commons. collections. set. TestSynchronizedSet 0 0
org. apache. commons. collections. set. TestSynchronizedSortedSet 0 0
org. apache. commons. collections. set. TestTransformedSet 1 0
org. apache. commons. collections. set. TestTransformedSortedSet 1 0
org. apache. commons. collections. set. TestTypedSet 0 0
org. apache. commons. collections. set. TestTypedSortedSet 2 0
org. apache. commons. collections. set. TestUnmodifiableSet 0 0
org. apache. commons. collections. set. TestUnmodifiableSortedSet 2 0
org. apache. commons. collections. TestAll 0 --
org. apache. commons. collections. TestAllPackages 0 --
org. apache. commons. collections. TestArrayStack 3 0
org. apache. commons. collections. TestBagUtils 10 0
org. apache. commons. collections. TestBeanMap 6 0
org. apache. commons. collections. TestBinaryHeap 4 0
org. apache. commons. collections. TestBoundedFifoBuffer 4 0
org. apache. commons. collections. TestBoundedFifoBuffer2 4 0
org. apache. commons. collections. TestBufferUtils 2 0
org. apache. commons. collections. TestClosureUtils 10 0
org. apache. commons. collections. TestCollectionUtils 43 0
org. apache. commons. collections. TestCollectionUtils$ 5 0 --
org. apache. commons. collections. TestCollectionUtils$ 6 0 --
org. apache. commons. collections. TestCursorableLinkedList 32 0
org. apache. commons. collections. TestDoubleOrderedMap 20 0
org. apache. commons. collections. TestEnumerationUtils 2 0
org. apache. commons. collections. TestExtendedProperties 8 0
org. apache. commons. collections. TestFactoryUtils 15 0
org. apache. commons. collections. TestFastArrayList 0 0
org. apache. commons. collections. TestFastArrayList1 0 0
org. apache. commons. collections. TestFastHashMap 0 0
org. apache. commons. collections. TestFastHashMap1 0 0
org. apache. commons. collections. TestFastTreeMap 0 0
org. apache. commons. collections. TestFastTreeMap1 0 0
org. apache. commons. collections. TestHashBag 0 0
org. apache. commons. collections. TestIteratorUtils 14 0
org. apache. commons. collections. TestListUtils 5 0
org. apache. commons. collections. TestLRUMap 6 0
org. apache. commons. collections. TestMapUtils 24 0
org. apache. commons. collections. TestMapUtils$ 2 0 0
org. apache. commons. collections. TestMultiHashMap 21 0
org. apache. commons. collections. TestPredicateUtils 65 0
org. apache. commons. collections. TestReferenceMap 2 0
org. apache. commons. collections. TestSequencedHashMap 6 0
org. apache. commons. collections. TestSetUtils 4 0
org. apache. commons. collections. TestStaticBucketMap 0 0
org. apache. commons. collections. TestTransformerUtils 16 0
org. apache. commons. collections. TestTreeBag 1 0
org. apache. commons. collections. TestUnboundedFifoBuffer 3 0