| org.apache.commons.scxml.env.jsp.RootContextTest
RootContextTest | public class RootContextTest extends TestCase (Code) | | Unit tests
org.apache.commons.scxml.env.RootContext .
|
Method Summary | |
public static void | main(String args) | public void | setUp() Set up instance variables required by this test case. | public static Test | suite() | public void | tearDown() Tear down instance variables required by this test case. | public void | testRootContext() |
RootContextTest | public RootContextTest(String name)(Code) | | Construct a new instance of ActionsTest with
the specified name
|
setUp | public void setUp()(Code) | | Set up instance variables required by this test case.
|
suite | public static Test suite()(Code) | | |
tearDown | public void tearDown()(Code) | | Tear down instance variables required by this test case.
|
testRootContext | public void testRootContext()(Code) | | Test the implementation
|
|
|