public class TestSubscriberContext
extends statemap.FSMContext7
| Modifier and Type | Field and Description |
|---|---|
static int |
FeedUp_FeedUp_STATE_ID |
static int |
FeedUp_TestStart_STATE_ID |
static int |
MultiFeed_FeedUp_STATE_ID |
static int |
MultiFeed_TestStart_STATE_ID |
static int |
NoFeeds_TestStart_STATE_ID |
static int |
NoTest_TestDone_STATE_ID |
static int |
Resubscribe_FeedUp_STATE_ID |
static int |
Resubscribe_TestStart_STATE_ID |
static int |
Unsubscribe_TestStart_STATE_ID |
static int |
UnsubscribeAll_TestStart_STATE_ID |
static int |
UpAndDown_FeedDown_STATE_ID |
static int |
UpAndDown_FeedUp_STATE_ID |
static int |
UpAndDown_FeedUpAgain_STATE_ID |
static int |
UpAndDown_TestStart_STATE_ID |
| Constructor and Description |
|---|
TestSubscriberContext(TestSubscriber owner) |
TestSubscriberContext(TestSubscriber owner,
int initStateId) |
TestSubscriberContext(TestSubscriber owner,
statemap.State7 initState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeAction(MethodHandle mh) |
void |
feedStatus(EFeedState feedState) |
void |
notify(ENotificationMessage msg) |
void |
testError() |
addStateChangeListener, clearState, defaultTransition, emptyStateStack, enterStartState, enterState, exitState, getDebugFlag, getDebugStream, getName, getPreviousState, getState, getTransition, isInTransition, lookupMethod, lookupTransition, popState, pushState, removeStateChangeListener, setDebugFlag, setDebugStream, setName, setState, stateNamepublic static final int NoTest_TestDone_STATE_ID
public static final int Unsubscribe_TestStart_STATE_ID
public static final int UnsubscribeAll_TestStart_STATE_ID
public static final int NoFeeds_TestStart_STATE_ID
public static final int FeedUp_TestStart_STATE_ID
public static final int FeedUp_FeedUp_STATE_ID
public static final int MultiFeed_TestStart_STATE_ID
public static final int MultiFeed_FeedUp_STATE_ID
public static final int UpAndDown_TestStart_STATE_ID
public static final int UpAndDown_FeedUp_STATE_ID
public static final int UpAndDown_FeedDown_STATE_ID
public static final int UpAndDown_FeedUpAgain_STATE_ID
public static final int Resubscribe_TestStart_STATE_ID
public static final int Resubscribe_FeedUp_STATE_ID
public TestSubscriberContext(TestSubscriber owner)
public TestSubscriberContext(TestSubscriber owner,
int initStateId)
public TestSubscriberContext(TestSubscriber owner,
statemap.State7 initState)
protected void executeAction(MethodHandle mh)
executeAction in class statemap.FSMContext7public void feedStatus(EFeedState feedState)
public void notify(ENotificationMessage msg)
public void testError()
Copyright © 2019. All rights reserved.