Skip to content

Commit 7500b4b

Browse files
authored
Update README.md
1 parent ac8f031 commit 7500b4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The assertion will work seamlessly whether you're testing Spring repositories or
1111

1212
## Examples
1313

14+
A full-working demo of the examples below [is available here](https://github.com/Lemick/demo-hibernate-query-utils)
15+
1416
### Assert SQL statements
1517

1618
You just have to add the @AssertHibernateSQLCount annotation to your test and it will verify the SQL statements (SELECT, UPDATE, INSERT, DELETE) count at the end of the test :

0 commit comments

Comments
 (0)