new tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130691 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1f59eea6bc
commit
fc2701212d
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestAll.java,v 1.24 2002/03/19 04:34:18 mas Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestAll.java,v 1.25 2002/04/10 16:33:23 morgand Exp $
|
||||||
* $Revision: 1.24 $
|
* $Revision: 1.25 $
|
||||||
* $Date: 2002/03/19 04:34:18 $
|
* $Date: 2002/04/10 16:33:23 $
|
||||||
*
|
*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*
|
*
|
||||||
|
@ -67,7 +67,7 @@ import junit.framework.*;
|
||||||
/**
|
/**
|
||||||
* Entry point for all Collections tests.
|
* Entry point for all Collections tests.
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
* @version $Id: TestAll.java,v 1.24 2002/03/19 04:34:18 mas Exp $
|
* @version $Id: TestAll.java,v 1.25 2002/04/10 16:33:23 morgand Exp $
|
||||||
*/
|
*/
|
||||||
public class TestAll extends TestCase {
|
public class TestAll extends TestCase {
|
||||||
public TestAll(String testName) {
|
public TestAll(String testName) {
|
||||||
|
@ -96,12 +96,15 @@ public class TestAll extends TestCase {
|
||||||
suite.addTest(TestFilterIterator.suite());
|
suite.addTest(TestFilterIterator.suite());
|
||||||
suite.addTest(TestFilterListIterator.suite());
|
suite.addTest(TestFilterListIterator.suite());
|
||||||
suite.addTest(TestHashBag.suite());
|
suite.addTest(TestHashBag.suite());
|
||||||
|
suite.addTest(TestIteratorChain.suite());
|
||||||
|
suite.addTest(TestListIteratorWrapper.suite());
|
||||||
suite.addTest(TestLRUMap.suite());
|
suite.addTest(TestLRUMap.suite());
|
||||||
suite.addTest(TestMultiHashMap.suite());
|
suite.addTest(TestMultiHashMap.suite());
|
||||||
suite.addTest(TestReverseComparator.suite());
|
suite.addTest(TestReverseComparator.suite());
|
||||||
suite.addTest(TestSequencedHashMap.suite());
|
suite.addTest(TestSequencedHashMap.suite());
|
||||||
suite.addTest(TestSingletonIterator.suite());
|
suite.addTest(TestSingletonIterator.suite());
|
||||||
suite.addTest(TestTreeBag.suite());
|
suite.addTest(TestTreeBag.suite());
|
||||||
|
suite.addTest(TestUniqueFilterIterator.suite());
|
||||||
return suite;
|
return suite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue