aboutsummaryrefslogtreecommitdiff
path: root/batchtools/rsTester/src/test/resources/runDescriptions/headingSample-1-fails.json
blob: 23860b49b8fa1969f43491c861ca279137fbf9c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  'ruleSet': '../ruleSets/headingGuidelines.json',
  'tests': [ { 'url': 'http://localhost:8000/exampleData/basic/headings.html',
               'oracle': [ { 'ruleName': "Headings are capitalized"
                           , 'results': ['Error'] /* actually errors twice */
                           },
                           { 'ruleName': "Disallow Empty Headers"
                           , 'results': ['Error']
                           }
                         ]
             }
           ]
}