org.apache.cactus.internal
Interface CactusTestCase
- All Known Implementing Classes:
- FilterTestCase, ServletTestCase
- public interface CactusTestCase
Common interface that must be implemented by all Cactus test cases.
- Version:
- $Id: CactusTestCase.java 238991 2004-05-22 11:34:50Z vmassol $
Method Summary |
void |
runBareServer()
Executes JUnit tests on the server side. |
runBareServer
public void runBareServer()
throws java.lang.Throwable
- Executes JUnit tests on the server side. It is the equivalent of
TestCase.runBare()
but run on the server
side.
- Throws:
java.lang.Throwable
- if an error occurred when running the test on the
server side
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.