@scion-scxml/test-framework
Version:
A set of SCXML tests, and an HTTP client test runner for testing against SCXML HTTP test servers.
25 lines (21 loc) • 473 B
JSON
{
"initialConfiguration" : ["A"],
"events" : [
{
"event" : { "name" : "e1" },
"nextConfiguration" : ["B"]
},
{
"event" : { "name" : "e2" },
"nextConfiguration" : ["A"]
},
{
"event" : { "name" : "e1" },
"nextConfiguration" : ["B"]
},
{
"event" : { "name" : "e1" },
"nextConfiguration" : ["C"]
}
]
}