Explore

Filters (0) Clear filters
Languages
Level
Tags

1-25 of 39

Use AssertJ's containsExactlyInAnyOrder() instead of containsInAnyOrder

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's hasSize() instead of hasSize/iterableWithSize/arrayWithSize/aMapWithSize

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's hasSize() instead of is(hasSize/iterableWithSize/arrayWithSize/aMapWithSize)

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isBlank() instead of blankString()/blankOrNullString()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isBlank() instead of is(blankString())/is(blankOrNullString())

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isEmpty() instead of empty/emptyCollection/emptyIterable/emptyString

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isEmpty() instead of is(empty/emptyCollection/emptyIterable/emptyString)

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isEqualByComparingTo() instead of is(comparesEqualTo())

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isEqualToIgnoringCase() instead of is(equalToIgnoringCase())

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isEqualTo() instead of equalTo/is

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isEqualTo() instead of is(equalTo())

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isEqualToNormalizingWhitespace() instead of is(equalToCompressingWhiteSpace())

Can be replaced with AssertJ style assertions

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

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's isGreaterThan() instead of is(greaterThan())

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest