aboutsummaryrefslogtreecommitdiff
path: root/batchtools/rsTester/src/test/resources/runDescriptions/sample5.json
diff options
context:
space:
mode:
Diffstat (limited to 'batchtools/rsTester/src/test/resources/runDescriptions/sample5.json')
-rw-r--r--batchtools/rsTester/src/test/resources/runDescriptions/sample5.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/batchtools/rsTester/src/test/resources/runDescriptions/sample5.json b/batchtools/rsTester/src/test/resources/runDescriptions/sample5.json
new file mode 100644
index 0000000..11ca957
--- /dev/null
+++ b/batchtools/rsTester/src/test/resources/runDescriptions/sample5.json
@@ -0,0 +1,13 @@
+{
+ 'ruleSet': '../ruleSets/simpleRuleSet1.json',
+ 'tests': [ { 'url': 'http://localhost:8000/',
+ 'oracle': [ { 'ruleId': 42
+ , 'results': ['Error']
+ }
+ ]
+ },
+ { 'url': 'http://localhost:8000/',
+ 'oracle': [ ]
+ }
+ ]
+}