Save This Page
Home » cactus-1.8.0-src » org.apache.cactus » [javadoc | source]
org.apache.cactus
class: TestNoNameTestCase.NoNameTestCase [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.cactus.internal.AbstractCactusTestCase
         org.apache.cactus.TestNoNameTestCase$NoNameTestCase
Sample subclass of AbstractCactusTestCase of which the constructor and setName() don't set test name.
Constructor:
 public NoNameTestCase() 
 public NoNameTestCase(String theName) 
    Construct without super(theName)
    Parameters:
    theName - name of the test
Method from org.apache.cactus.TestNoNameTestCase$NoNameTestCase Summary:
createProtocolHandler,   setName,   testNoName
Methods from org.apache.cactus.internal.AbstractCactusTestCase:
createProtocolHandler,   runBare,   runBareServer
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.TestNoNameTestCase$NoNameTestCase Detail:
 protected ProtocolHandler createProtocolHandler() 
    dummy implementation
 public  void setName(String theName) 
    override junit.framework.TestCase#setName(String).
 public  void testNoName() 
    dummy test entry