| org.apache.commons.logging.servlet.BasicServletTestCase
BasicServletTestCase | public class BasicServletTestCase extends TestCase (Code) | | Tests for ServletContextCleaner utility class.
|
Method Summary | |
public static Test | suite() Return the tests included in this test suite. | public void | testBasics() Test that calling ServletContextCleaner.contextDestroyed doesn't crash. |
suite | public static Test suite() throws Exception(Code) | | Return the tests included in this test suite.
|
testBasics | public void testBasics()(Code) | | Test that calling ServletContextCleaner.contextDestroyed doesn't crash.
Testing anything else is rather difficult...
|
|
|