You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2003/06/29 23:46:12 UTC

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor TestAll.java

rwaldhoff    2003/06/29 14:46:12

  Modified:    functor/src/test/org/apache/commons/functor/core/comparator
                        TestIsWithinRange.java TestAll.java
               functor/src/test/org/apache/commons/functor/core/collection
                        TestAll.java TestIsElementOf.java
               functor/src/test/org/apache/commons/functor TestAll.java
  Log:
  enable tests (i.e., integrate them into the TestAll suite)
  
  Revision  Changes    Path
  1.2       +3 -2      jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/comparator/TestIsWithinRange.java
  
  Index: TestIsWithinRange.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/comparator/TestIsWithinRange.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestIsWithinRange.java	24 Jun 2003 15:17:03 -0000	1.1
  +++ TestIsWithinRange.java	29 Jun 2003 21:46:12 -0000	1.2
  @@ -64,6 +64,7 @@
   /**
    * @version $Revision$ $Date$
    * @author Rodney Waldhoff
  + * @author Jason Horman
    */
   public class TestIsWithinRange extends BaseFunctorTest {
   
  
  
  
  1.4       +3 -2      jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/comparator/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/comparator/TestAll.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestAll.java	4 Mar 2003 16:51:46 -0000	1.3
  +++ TestAll.java	29 Jun 2003 21:46:12 -0000	1.4
  @@ -80,6 +80,7 @@
           suite.addTest(TestIsGreaterThan.suite());
           suite.addTest(TestIsGreaterThanOrEqual.suite());
           suite.addTest(TestIsNotEquivalent.suite());
  +        suite.addTest(TestIsWithinRange.suite());
               
           return suite;
       }
  
  
  
  1.3       +3 -2      jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/collection/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/collection/TestAll.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestAll.java	21 Feb 2003 00:12:28 -0000	1.2
  +++ TestAll.java	29 Jun 2003 21:46:12 -0000	1.3
  @@ -75,6 +75,7 @@
           suite.addTest(TestCollectionAlgorithms.suite());
           suite.addTest(TestPredicatedIterator.suite());
           suite.addTest(TestIsEmpty.suite());
  +        suite.addTest(TestIsElementOf.suite());
           suite.addTest(TestSize.suite());
           
           return suite;
  
  
  
  1.3       +3 -2      jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/collection/TestIsElementOf.java
  
  Index: TestIsElementOf.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/core/collection/TestIsElementOf.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestIsElementOf.java	24 Jun 2003 15:21:02 -0000	1.2
  +++ TestIsElementOf.java	29 Jun 2003 21:46:12 -0000	1.3
  @@ -66,6 +66,7 @@
   /**
    * @version $Revision$ $Date$
    * @author Rodney Waldhoff
  + * @author Jason Horman
    */
   public class TestIsElementOf extends BaseFunctorTest {
   
  
  
  
  1.3       +4 -2      jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/TestAll.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestAll.java	20 Feb 2003 01:12:41 -0000	1.2
  +++ TestAll.java	29 Jun 2003 21:46:12 -0000	1.3
  @@ -77,6 +77,8 @@
           // sub-packages
           suite.addTest(org.apache.commons.functor.adapter.TestAll.suite());
           suite.addTest(org.apache.commons.functor.core.TestAll.suite());
  +        suite.addTest(org.apache.commons.functor.util.TestAll.suite());
  +        suite.addTest(org.apache.commons.functor.generators.TestAll.suite());
           suite.addTest(org.apache.commons.functor.example.TestAll.suite());
           
           return suite;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org