UNPKG

@scion-scxml/test-framework

Version:

A set of SCXML tests, and an HTTP client test runner for testing against SCXML HTTP test servers.

41 lines (37 loc) 932 B
{ "initialConfiguration" : ["a"], "events" : [ { "event" : { "name" : "foo" }, "nextConfiguration" : ["b"] }, { "event" : { "name" : "foo.bar" }, "nextConfiguration" : ["c"] }, { "event" : { "name" : "foo.bar.bat" }, "nextConfiguration" : ["d"] }, { "event" : { "name" : "foo.bar.bat" }, "nextConfiguration" : ["e"] }, { "event" : { "name" : "foo" }, "nextConfiguration" : ["e"] }, { "event" : { "name" : "foo.bar.bat" }, "nextConfiguration" : ["f"] }, { "event" : { "name" : "foobar" }, "nextConfiguration" : ["f"] }, { "event" : { "name" : "foo.bar.bat.bif" }, "nextConfiguration" : ["g"] } ] }