Home
»
cactus-1.8.1-src
» org.apache »
cactus
»
internal
» [javadoc |
source
]
org.apache.cactus.internal
public interface: CactusTestCase
[javadoc |
source
] Common interface that must be implemented by all Cactus test cases.
version:
$
- Id: CactusTestCase.java 238991 2004-05-22 11:34:50Z vmassol $
Method from
org.apache.cactus.internal.CactusTestCase
Summary:
runBareServer
Method from
org.apache.cactus.internal.CactusTestCase
Detail:
public void
runBareServer
()
throws
Throwable
Executes JUnit tests on the server side. It is the equivalent of
junit.framework.TestCase#runBare()
but run on the server side.