MCPcopy Create free account
hub / github.com/Beh01der/EasyFlow / start

Method start

src/main/java/au/com/ds/ef/EasyFlow.java:39–41  ·  view source on GitHub ↗
(final C context)

Source from the content-addressed store, hash-verified

37 }
38
39 public void start(final C context) {
40 start(false, context);
41 }
42
43 public void start(boolean enterInitialState, final C context) {
44 prepare();

Callers 15

testEmptyMethod · 0.80
testOneElementMethod · 0.80
testTwoElementsMethod · 0.80
testTwoElements2Method · 0.80
testNestedMethod · 0.80
testInvalidEventMethod · 0.80
testEventsOrderMethod · 0.80
testEventReuseMethod · 0.80

Calls 4

prepareMethod · 0.95
setCurrentStateMethod · 0.95
setFlowMethod · 0.80
getStateMethod · 0.45

Tested by 15

testEmptyMethod · 0.64
testOneElementMethod · 0.64
testTwoElementsMethod · 0.64
testTwoElements2Method · 0.64
testNestedMethod · 0.64
testInvalidEventMethod · 0.64
testEventsOrderMethod · 0.64
testEventReuseMethod · 0.64