Skip to content

Commit

Permalink
docs: add image of test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslabbinck committed Dec 6, 2024
1 parent 95dcbae commit 21dc26e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ A test case consists of the following:

## How does it work

![](img/test-suite-cropped.jpg)

First, it loads in the test cases.
A test case has a description in RDF which instantiated looks like the following:

Expand All @@ -24,7 +26,7 @@ A test case has a description in RDF which instantiated looks like the following
ex:expectedReport <ReportIdentifier> .
```

[I001] |n [`data/test_cases/`](./data/test_cases/) examples can be found of an [instantiated test case](./data/test_cases/testcase-001-alice.ttl).
In [`data/test_cases/`](./data/test_cases/) examples can be found of an [instantiated test case](./data/test_cases/testcase-001-alice.ttl).

The function `loadTestCases` is responsible for this task.

Expand Down
Binary file added img/test-suite-cropped.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 21dc26e

Please sign in to comment.