| csdl.stackmvc.control.command.TestClearCommand
TestClearCommand | public class TestClearCommand extends TestCase (Code) | | Tests operation of the StackMVC Clear command.
author: Jitender Miglani author: Philip Johnson |
Method Summary | |
public static void | main(String[] args) Provide stand-alone execution of this test case during initial development. | public void | testClear() Tests the stackMVC clear operation. |
TestClearCommand | public TestClearCommand(String name)(Code) | | Required for JUnit.
Parameters: name - Test case name. |
main | public static void main(String[] args)(Code) | | Provide stand-alone execution of this test case during initial development.
Parameters: args - The command line arguments |
testClear | public void testClear() throws Exception(Code) | | Tests the stackMVC clear operation.
throws: Exception - If problems occur |
|
|