aboutsummaryrefslogtreecommitdiff
path: root/batchtools/rsTester/src/test/resources/runDescriptions/headingSample.json
diff options
context:
space:
mode:
Diffstat (limited to 'batchtools/rsTester/src/test/resources/runDescriptions/headingSample.json')
-rw-r--r--batchtools/rsTester/src/test/resources/runDescriptions/headingSample.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/batchtools/rsTester/src/test/resources/runDescriptions/headingSample.json b/batchtools/rsTester/src/test/resources/runDescriptions/headingSample.json
new file mode 100644
index 0000000..69deb49
--- /dev/null
+++ b/batchtools/rsTester/src/test/resources/runDescriptions/headingSample.json
@@ -0,0 +1,13 @@
+{
+ 'ruleSet': '../ruleSets/headingGuidelines.json',
+ 'tests': [ { 'url': 'http://localhost:8000/exampleData/basic/headings.html',
+ 'oracle': [ { 'ruleName': "Headings are capitalized"
+ , 'results': ['Error', 'Error']
+ },
+ { 'ruleName': "Disallow Empty Headers"
+ , 'results': ['Error']
+ }
+ ]
+ }
+ ]
+}