Save This Page
Home » cactus-1.8.0-src » org.apache.cactus » [javadoc | source]
org.apache.cactus
class: TestNoNameTestCase.NoNameServletTestCase [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.cactus.internal.AbstractCactusTestCase
         org.apache.cactus.ServletTestCase
            org.apache.cactus.TestNoNameTestCase$NoNameServletTestCase

All Implemented Interfaces:
    CactusTestCase

Sample subclass of ServletTestCase of which the constructor and setName() don't set test name.
Fields inherited from org.apache.cactus.ServletTestCase:
request,  response,  session,  config
Constructor:
 public NoNameServletTestCase() 
 public NoNameServletTestCase(String theName) 
    Construct without super(theName)
    Parameters:
    theName - name of the test
Method from org.apache.cactus.TestNoNameTestCase$NoNameServletTestCase Summary:
setName,   testNoName
Methods from org.apache.cactus.ServletTestCase:
createProtocolHandler
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$NoNameServletTestCase Detail:
 public  void setName(String theName) 
    override junit.framework.TestCase#setName(String).
 public  void testNoName() 
    dummy test entry