Explore

Filters (0) Clear filters
Languages
Level
Tags

26-39 of 39

Use AssertJ's isGreaterThanOrEqualTo() instead of greaterThanOrEqualTo()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isGreaterThanOrEqualTo() instead of is(greaterThanOrEqualTo())

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isLessThan() instead of is(lessThan())

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isLessThan() instead of lessThan()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isLessThanOrEqualTo() instead of is(lessThanOrEqualTo())

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isLessThanOrEqualTo() instead of lessThanOrEqualTo()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isNotNull() instead of is(notNullValue())

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isNotNull() instead of notNullValue()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isNull() instead of is(nullValue())

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isNull() instead of nullValue()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isNullOrEmpty() instead of emptyOrNullString()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isNullOrEmpty() instead of is(emptyOrNullString())

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's matches() instead of matchesRegex()/matchesPattern()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's startsWith() instead of Hamcrest's startsWith()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest