Explore
501-525 of 589
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() 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() (with message)
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
Use AssertJ ThrowingCallable assertions
Use AssertJ ThrowingCallable assertions
- warning
- java
- AssertJ
- TestNG
Use AssertJ ThrowingCallable assertions (JUnit v4)
Use AssertJ ThrowingCallable assertions (JUnit v4)
- warning
- java
- AssertJ
Use assertThat(Specific)Exception
Use assertThat(Specific)Exception
- warning
- java
- AssertJ
- framework specific
- quality