We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MigrateHamcrestToAssertJ
assertEquals
assertThat(null== a).isEqualTo(true)
assertThat(null).isSameAs(a)
AssertThrowsOnLastStatement
Expected a template that would generate exactly one statement to replace one statement, but generated 0.
assertThat
<
>
assertThat(actual).isGreaterThan(expected)
assertThat(actual).isLessThan(expected)
assertThat(list.size())isEqualsTo()
hasSize()
as(String message)
@Test
expectLastCall