Skip to content

Commit

Permalink
Adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzle committed Feb 10, 2022
1 parent 46b5ba6 commit 5a29136
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ This library allows to conveniently assert on the structure and contents of comp
serialized version of the object during the first test execution and during subsequent test executions, compare the
actual object against the stored snapshot.

Read more about snapshot testing in this accompanying [blog post](https://simon.taddiken.net/the-case-for-snapshot-testing/)

### Latest Maven Central coordinates

Please check out the GitHub release page to find Maven & Gradle coordinates for the latest
Expand Down Expand Up @@ -46,7 +48,7 @@ If your code under test produces deterministic results, tests should now be gree

## Compatibility
- [x] Requires Java 11
- [x] Tested against JUnit5 `5.8.1`
- [x] Tested against JUnit5 `5.8.2`

## Usage

Expand Down
2 changes: 2 additions & 0 deletions readme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This library allows to conveniently assert on the structure and contents of comp
serialized version of the object during the first test execution and during subsequent test executions, compare the
actual object against the stored snapshot.

Read more about snapshot testing in this accompanying [blog post](https://simon.taddiken.net/the-case-for-snapshot-testing/)

### Latest Maven Central coordinates

Please check out the GitHub release page to find Maven & Gradle coordinates for the latest
Expand Down

0 comments on commit 5a29136

Please sign in to comment.