Save This Page
Home » oscache-2.4.1-full » com.opensymphony.oscache » base » algorithm » [javadoc | source]
com.opensymphony.oscache.base.algorithm
public final class: TestCompleteAlgorithm [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      com.opensymphony.oscache.base.algorithm.TestCompleteAlgorithm
Test class for the com.opensymphony.oscache.base.algorithm package. It invokes all the test suites of all the other classes of the package, except abstract ones because they are tested via final ones. $Id: TestCompleteAlgorithm.java,v 1.1 2005/06/17 05:07:08 dres Exp $
Constructor:
 public TestCompleteAlgorithm(String str) 
    Constructor for the oscache project main test program
Method from com.opensymphony.oscache.base.algorithm.TestCompleteAlgorithm Summary:
main,   suite
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.oscache.base.algorithm.TestCompleteAlgorithm Detail:
 public static  void main(String[] args) 
    Main method which is called to perform the tests

 public static Test suite() 
    Test suite required to test this project