Skip to content

Commit

Permalink
Add instructions for running TCK tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aguibert committed Feb 5, 2020
1 parent b1edbab commit 732beb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -52,6 +52,11 @@ String aliceJson = "{\"id\":5678,\"name\":\"Alice\",\"age\":42}";
User alice = jsonb.fromJson(aliceJson, User.class);
```

## How to run the TCK tests

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,
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.

## Links

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

0 comments on commit 732beb0

Please sign in to comment.