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