| |
|
| org.apache.mina.statemachine.transition.MethodTransitionTest
MethodTransitionTest | public class MethodTransitionTest extends RMockTestCase (Code) | | Tests
MethodTransition .
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev: 586090 $, $Date: 2007-10-18 13:12:08 -0600 (Thu, 18 Oct 2007) $ |
Inner Class :public interface Target | |
Inner Class :public interface TestStateContext extends StateContext | |
Inner Class :public static class A | |
Inner Class :public static class B extends A | |
Inner Class :public static class C extends B | |
context | TestStateContext context(Code) | | |
testExecuteAllArgsMethodOnArgsEvent | public void testExecuteAllArgsMethodOnArgsEvent() throws Exception(Code) | | |
testExecuteExactArgsMethodOnArgsEvent | public void testExecuteExactArgsMethodOnArgsEvent() throws Exception(Code) | | |
testExecuteExactArgsMethodOnNoArgsEvent | public void testExecuteExactArgsMethodOnNoArgsEvent() throws Exception(Code) | | |
testExecuteNoArgsMethodOnArgsEvent | public void testExecuteNoArgsMethodOnArgsEvent() throws Exception(Code) | | |
testExecuteNoArgsMethodOnNoArgsEvent | public void testExecuteNoArgsMethodOnNoArgsEvent() throws Exception(Code) | | |
testExecuteSubsetAllArgsMethod1OnArgsEvent | public void testExecuteSubsetAllArgsMethod1OnArgsEvent() throws Exception(Code) | | |
testExecuteSubsetAllArgsMethod2OnArgsEvent | public void testExecuteSubsetAllArgsMethod2OnArgsEvent() throws Exception(Code) | | |
testExecuteSubsetExactArgsMethodOnArgsEvent | public void testExecuteSubsetExactArgsMethodOnArgsEvent() throws Exception(Code) | | |
testExecuteSubsetExactArgsMethodOnNoArgsEvent | public void testExecuteSubsetExactArgsMethodOnNoArgsEvent() throws Exception(Code) | | |
testExecuteWrongEventId | public void testExecuteWrongEventId() throws Exception(Code) | | |
|
|
|