modelator 0.4.2

A framework and tools for model-based testing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "IBC_ics02",
    "description": "",
    "tests": [
        {
            "name": "",
            "description": "",
            "content": {
                "type": "cli",
                "cmd": "modelator parse tests/integration/resource/IBC_ics02.tla",
                "expect_status": "success"
            }
        }
    ]
}