@scion-scxml/test-framework
Version:
A set of SCXML tests, and an HTTP client test runner for testing against SCXML HTTP test servers.
27 lines (21 loc) • 493 B
JSON
{
"initialConfiguration" : ["a"],
"events" : [
{
"event" : { "name" : "t1" },
"nextConfiguration" : ["b1","c1"]
},
{
"event" : { "name" : "t2" },
"nextConfiguration" : ["b2","c2"]
},
{
"event" : { "name" : "t3" },
"nextConfiguration" : ["a"]
},
{
"event" : { "name" : "t4" },
"nextConfiguration" : ["b2","c2"]
}
]
}