Explore
501-525 of 579
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
Use composed requestmapping annotations
Improve readability by using Spring's composed annotations
- info
- java
- Spring
- framework specific
- web
- Spring Web
- quality
Use contains instead of contains isTrue
Use contains instead of contains isTrue
- warning
- java
- AssertJ
- framework specific
- quality
Use .delux() for a 'stronger' password-based encryption
Encryptors.delux() uses a 'stronger' password-based encryption
- warning
- java
- Spring
- security
- framework specific
- Spring Security
Use hasSameSizeAs for comparing Collection sizes
Use hasSameSizeAs for comparing Collection sizes
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSameSizeAs for comparing to another collection's size
Use hasSameSizeAs for comparing to another collection's size
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSize for checking Collection size
Use hasSize for checking Collection size
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeGreaterThan for size comparison of collection
Use hasSizeGreaterThan for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeGreaterThan for size comparison of collection
Use hasSizeGreaterThan for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality