Home | History | Annotate | Download | only in dataconnection

Lines Matching defs:getCurrentState

246     private IState getCurrentState() throws Exception {
247 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
274 assertEquals("DcInactiveState", getCurrentState().getName());
303 assertEquals("DcActiveState", getCurrentState().getName());
320 assertEquals("DcInactiveState", getCurrentState().getName());