Skip to content

Commit 732beb0

Browse files
committed
Add instructions for running TCK tests
1 parent b1edbab commit 732beb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ String aliceJson = "{\"id\":5678,\"name\":\"Alice\",\"age\":42}";
5252
User alice = jsonb.fromJson(aliceJson, User.class);
5353
```
5454

55+
## How to run the TCK tests
56+
57+
The JSON-B TCK tests are produced as a Maven artifact where the tests use Arquillian + JUnit. To run the TCK tests using your implementation,
58+
include the TCK module and apply the appropriate Arquillian container. See the [Eclipse Yasson](https://github.com/eclipse-ee4j/yasson) repository for an example of this.
59+
5560
## Links
5661

5762
- [Official web site](https://eclipse-ee4j.github.io/jsonb-api)

0 commit comments

Comments
 (0)