@scion-scxml/test-framework
Version:
A set of SCXML tests, and an HTTP client test runner for testing against SCXML HTTP test servers.
21 lines (18 loc) • 419 B
JSON
{
"initialConfiguration" : ["a11","b11"],
"events" : [
{
"event" : { "name" : "t" },
"nextConfiguration" : ["a22","b11"]
}
],
"legacySemantics" : {
"initialConfiguration" : ["a11","b11"],
"events" : [
{
"event" : { "name" : "t" },
"nextConfiguration" : ["a11","b12"]
}
]
}
}