You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ The assertion will work seamlessly whether you're testing Spring repositories or
11
11
12
12
## Examples
13
13
14
+
A full-working demo of the examples below [is available here](https://github.com/Lemick/demo-hibernate-query-utils)
15
+
14
16
### Assert SQL statements
15
17
16
18
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