@@ -33,12 +33,12 @@ The assertion will work seamlessly whether you're testing Spring repositories or
3333
3434 com.lemick.assertions.HibernateStatementCountException:
3535 Expected 5 INSERT but got 6:
36- => '/* insert com.lemick.testdatasourceproxy .entity.BlogPost * / insert into blog_post (id, title) values (default, ?)'
37- => '/* insert com.lemick.testdatasourceproxy .entity.PostComment * / insert into post_comment (id, blog_post_id, content) values (default, ?, ?)'
38- => '/* insert com.lemick.testdatasourceproxy .entity.PostComment * / insert into post_comment (id, blog_post_id, content) values (default, ?, ?)'
39- => '/* insert com.lemick.testdatasourceproxy .entity.BlogPost * / insert into blog_post (id, title) values (default, ?)'
40- => '/* insert com.lemick.testdatasourceproxy .entity.PostComment * / insert into post_comment (id, blog_post_id, content) values (default, ?, ?)'
41- => '/* insert com.lemick.testdatasourceproxy .entity.PostComment * / insert into post_comment (id, blog_post_id, content) values (default, ?, ?)'
36+ => '/* insert com.lemick.demo .entity.BlogPost * / insert into blog_post (id, title) values (default, ?)'
37+ => '/* insert com.lemick.demo .entity.PostComment * / insert into post_comment (id, blog_post_id, content) values (default, ?, ?)'
38+ => '/* insert com.lemick.demo .entity.PostComment * / insert into post_comment (id, blog_post_id, content) values (default, ?, ?)'
39+ => '/* insert com.lemick.demo .entity.BlogPost * / insert into blog_post (id, title) values (default, ?)'
40+ => '/* insert com.lemick.demo .entity.PostComment * / insert into post_comment (id, blog_post_id, content) values (default, ?, ?)'
41+ => '/* insert com.lemick.demo .entity.PostComment * / insert into post_comment (id, blog_post_id, content) values (default, ?, ?)'
4242
4343## How to integrate
44441 . Register the integration with Hibernate, you just need to add this key in your configuration (here for yml):
0 commit comments