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