| org.apache.turbine.modules.screens.ErrorTest
ErrorTest | public class ErrorTest extends ServletTestCase (Code) | | ErrorTest
author: Eric Pugh version: $Id: ErrorTest.java 534527 2007-05-02 16:10:59Z tv $ |
Constructor Summary | |
public | ErrorTest(String name) Defines the testcase name for JUnit. |
Method Summary | |
public static void | main(String args) Start the tests.
Parameters: args - the arguments. | protected void | setUp() | public static Test | suite() Creates the test suite. | protected void | tearDown() After each testXXX test runs, shut down the Turbine servlet. | public void | testDobuild() |
ErrorTest | public ErrorTest(String name)(Code) | | Defines the testcase name for JUnit.
Parameters: name - the testcase's name. |
main | public static void main(String args)(Code) | | Start the tests.
Parameters: args - the arguments. Not used |
suite | public static Test suite()(Code) | | Creates the test suite.
a test suite (TestSuite ) that includes all methodsstarting with "test" |
tearDown | protected void tearDown() throws Exception(Code) | | After each testXXX test runs, shut down the Turbine servlet.
|
testDobuild | public void testDobuild() throws Exception(Code) | | Tests if we can call the doBuild method
|
|
|