| csdl.stackmvc.control.command.TestPushCommand
TestPushCommand | public class TestPushCommand extends TestCase (Code) | | Tests operation of the StackMVC Push 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 | testPush() Tests the stackMVC pop operation under normal situation. |
TestPushCommand | public TestPushCommand(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 |
testPush | public void testPush() throws Exception(Code) | | Tests the stackMVC pop operation under normal situation.
throws: Exception - If problems occur |
|
|