Save This Page
Home » cactus-1.8.0-src » org.apache.cactus » [javadoc | source]
org.apache.cactus
public class: TestNoNameTestCase [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.cactus.TestNoNameTestCase
Unit tests of the AbstractTestCase class and its subclasses.
Nested Class Summary:
class  TestNoNameTestCase.NoNameTestCase  Sample subclass of AbstractCactusTestCase of which the constructor and setName() don't set test name. 
class  TestNoNameTestCase.NoNameServletTestCase  Sample subclass of ServletTestCase of which the constructor and setName() don't set test name. 
class  TestNoNameTestCase.NoNameJspTestCase  Sample subclass of JspTestCase of which the constructor and setName() don't set test name. 
Constructor:
 public TestNoNameTestCase(String theName) 
    Parameters:
    theName - name of the test
Method from org.apache.cactus.TestNoNameTestCase Summary:
setUp,   testNoNameJspTestCase,   testNoNameJspTestCaseWithSetName,   testNoNameServletTestCase,   testNoNameServletTestCaseWithSetName,   testNoNameTestCase,   testNoNameTestCaseWithSetName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.TestNoNameTestCase Detail:
 public  void setUp() 
    set cactus.contextURL as a system property.
 public  void testNoNameJspTestCase() 
    Test subclass of JspTestCase. Set the test name by constructor NoNameTestCase(String).
 public  void testNoNameJspTestCaseWithSetName() 
    Test subclass of JspTestCase. Set the test name by TestCase#setName(String).
 public  void testNoNameServletTestCase() 
    Test subclass of ServletTestCase. Set the test name by constructor NoNameTestCase(String).
 public  void testNoNameServletTestCaseWithSetName() 
    Test subclass of ServletTestCase. Set the test name by TestCase#setName(String).
 public  void testNoNameTestCase() 
    Test subclass of AbstractCactusTestCase. Set the test name by constructor NoNameTestCase(String).
 public  void testNoNameTestCaseWithSetName() 
    Test subclass of AbstractCactusTestCase. Set the test name by TestCase#setName(String).