Commit 4c1b3a7
committed
Fix incorrect
This AssertJ method requires that afterwards you write the actual assertion,
e.g. `assertThat(value).isFalse()`
`assertThat(value)` on its own does not do anything and always passes.assertThat(boolean) usage & simplify assertions1 parent 7b65a25 commit 4c1b3a7
1 file changed
Lines changed: 146 additions & 136 deletions
0 commit comments