Explore

Filters (0) Clear filters
Languages
Level
Tags

51-75 of 108

Use AssertJ's isNotNull()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isNotNull()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
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 isNotNull() (with message)

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isNotSameAs()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isNotSameAs()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isNotSameAs() (with message)

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isNull()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isNull()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
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 isNull() (with message)

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isSameAs()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isSameAs()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isSameAs() (with message)

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isTrue()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isTrue()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ's isTrue() (with message)

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • TestNG
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
Use AssertJ ThrowingCallable assertions

Use AssertJ ThrowingCallable assertions

  • warning
  • java
  • AssertJ
  • TestNG
Use AssertJ ThrowingCallable assertions

Use AssertJ ThrowingCallable assertions

  • warning
  • java
  • AssertJ