aboutsummaryrefslogtreecommitdiff
path: root/src/batchtools/rsTester/src/test/resources/runDescriptions/sample5.json
blob: 11ca957214b6b92b5a4b38b842abcf8aedaad3e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  'ruleSet': '../ruleSets/simpleRuleSet1.json',
  'tests': [ { 'url': 'http://localhost:8000/',
               'oracle': [ { 'ruleId': 42
                           , 'results': ['Error']
                           }
                         ]
             },
             { 'url': 'http://localhost:8000/',
               'oracle': [ ]
             }
           ]
}