Reactive PseudoStates

- Change entry/exit functions to reactive types
  to have those in a reactive stack.
- Fixes #878
This commit is contained in:
Janne Valkealahti
2020-10-11 12:50:37 +01:00
parent e78811eaa9
commit 45627e4f63
13 changed files with 187 additions and 154 deletions

View File

@@ -92,6 +92,7 @@ public class ForkJoinEntryExitTests extends AbstractBuildTests {
.step()
.sendEvent("E3")
.expectStateEntered(2)
// TODO: S211 exited twice
.expectStateExited(4)
.expectStates("S3").and()
.build();
@@ -122,6 +123,7 @@ public class ForkJoinEntryExitTests extends AbstractBuildTests {
.step()
.sendEvent("E3")
.expectStateEntered(2)
// TODO: S211 exited twice
.expectStateExited(4)
.expectStates("S3").and()
.build();