We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a5dac6f
951a1fb
Example:
@Test void test() { QueryAssertions.assertInsertCount(2, () -> { BlogPost post_1 = new BlogPost("Blog post 1"); post_1.addComment(new PostComment("Good article")); blogPostRepository.save(post_1); }); }