modelator 0.4.2

A framework and tools for model-based testing.
Documentation
{
    "name": "Indices",
    "description": "",
    "tests": [
        {
            "name": "match non existing test",
            "description": "Trying to trace a test that doesn't exist should fail",
            "content": {
                "type": "cli",
                "cmd": "modelator trace -t TestNotExist tests/integration/resource/IndicesHistoryTests.tla tests/integration/resource/IndicesTests.cfg",
                "expect_status": "error"
            }
        },
        {
            "name": "match one test",
            "description": "",
            "content": {
                "type": "cli",
                "cmd": "modelator trace -t Test2Claim tests/integration/resource/IndicesHistoryTests.tla tests/integration/resource/IndicesTests.cfg",
                "expect_status": "success"
            }
        },
        {
            "name": "use tlc",
            "description": "",
            "content": {
                "type": "cli",
                "cmd": "modelator trace -m tlc -t TestClaim tests/integration/resource/IndicesTests.tla tests/integration/resource/IndicesTests.cfg",
                "expect_status": "success"
            }
        },
        {
            "name": "generate many traces",
            "description": "",
            "content": {
                "type": "cli",
                "cmd": "modelator trace -n 5 tests/integration/resource/IndicesTests.tla tests/integration/resource/IndicesTests.cfg",
                "expect_status": "success"
            }
        }
    ]
}