We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95dcbae commit 21dc26eCopy full SHA for 21dc26e
2 files changed
README.md
@@ -12,6 +12,8 @@ A test case consists of the following:
12
13
## How does it work
14
15
+
16
+
17
First, it loads in the test cases.
18
A test case has a description in RDF which instantiated looks like the following:
19
@@ -24,7 +26,7 @@ A test case has a description in RDF which instantiated looks like the following
24
26
ex:expectedReport <ReportIdentifier> .
25
27
```
28
-[I001] |n [`data/test_cases/`](./data/test_cases/) examples can be found of an [instantiated test case](./data/test_cases/testcase-001-alice.ttl).
29
+In [`data/test_cases/`](./data/test_cases/) examples can be found of an [instantiated test case](./data/test_cases/testcase-001-alice.ttl).
30
31
The function `loadTestCases` is responsible for this task.
32
img/test-suite-cropped.jpg
43.7 KB
0 commit comments