@scion-scxml/test-framework
Version:
A set of SCXML tests, and an HTTP client test runner for testing against SCXML HTTP test servers.
35 lines (34 loc) • 851 B
JSON
{
"initialConfiguration" : ["a","b"],
"events" : [
{
"event" : { "name" : "t1" },
"nextConfiguration" : ["a","b"]
},
{
"event" : { "name" : "t2" },
"nextConfiguration" : ["a","b"]
},
{
"event" : { "name" : "t3" },
"nextConfiguration" : ["a","b"]
}
],
"legacySemantics" : {
"initialConfiguration" : ["a","b"],
"events" : [
{
"event" : { "name" : "t1" },
"nextConfiguration" : ["a","b"]
},
{
"event" : { "name" : "t2" },
"nextConfiguration" : ["c"]
},
{
"event" : { "name" : "t3" },
"nextConfiguration" : ["d"]
}
]
}
}