@scion-scxml/test-framework
Version:
A set of SCXML tests, and an HTTP client test runner for testing against SCXML HTTP test servers.
22 lines (18 loc) • 412 B
JSON
{
"initialConfiguration" : ["a1","b1"],
"events" : [
{
"event" : { "name" : "t" },
"nextConfiguration" : ["a2","b1"]
}
],
"legacySemantics" : {
"initialConfiguration" : ["a1","b1"],
"events" : [
{
"event" : { "name" : "t" },
"nextConfiguration" : ["a1","b2"]
}
]
}
}