aboutsummaryrefslogtreecommitdiff
path: root/batchtools/rsTester/src/test/resources/runDescriptions/sample2.json
blob: acff2d72107088a270189c922cd1bd454a74111a (plain)
1
2
3
4
5
6
7
8
9
10
{
  'ruleSet': '../ruleSets/simpleRuleSet1.json',
  'tests': [ { 'url': 'http://localhost:8000/',
               'oracle': [ { 'ruleName': 'Empty Rule'
                           , 'results': []
                           }
                         ]
             }
           ]
}