.. |
AssertThatBinaryExpression.html
|
Fix for multiple JUnit Conversions in batch mode with and without delta creating an exception.
|
2019-06-09 21:35:23 +02:00 |
AssertThatBooleanCondition.html
|
Minor fixes to descriptions.
|
2019-04-29 19:58:05 +02:00 |
AssertThatCollectionOrMapExpression.html
|
Fixed a NPE in AssumeThatInsteadOfReturn inspection quickfix for empty else branches.
|
2019-05-06 20:17:11 +02:00 |
AssertThatEnumerableIsEmpty.html
|
Implemented AssertThatEnumerableIsEmptyInspection. Improved literal values by constant value calculation, more refactoring.
|
2019-03-24 14:42:02 +01:00 |
AssertThatGuavaOptional.html
|
Minor fixes to descriptions.
|
2019-04-29 19:58:05 +02:00 |
AssertThatInstanceOf.html
|
Minor fixes to descriptions.
|
2019-04-29 19:58:05 +02:00 |
AssertThatInvertedBooleanCondition.html
|
Minor fixes to descriptions.
|
2019-04-29 19:58:05 +02:00 |
AssertThatJava8Optional.html
|
Reduced minimal supported IDEA version from 2018.2 to 2017.2.
|
2019-04-11 23:55:35 +02:00 |
AssertThatObjectExpression.html
|
Fix for multiple JUnit Conversions in batch mode with and without delta creating an exception.
|
2019-06-09 21:35:23 +02:00 |
AssertThatObjectIsNullOrNotNull.html
|
Merged AssertThatObjectIsNull and AssertThatObjectIsNotNull to AssertThatObjectIsNullOrNotNull.
|
2019-04-06 21:29:18 +02:00 |
AssertThatSize.html
|
Fixed references to wrong AssertJ version 13.2.0 instead of 3.12.0, courtesy of Bernhard R.
|
2019-08-04 18:29:59 +02:00 |
AssertThatStringExpression.html
|
Fixed a NPE in AssumeThatInsteadOfReturn inspection quickfix for empty else branches.
|
2019-05-06 20:17:11 +02:00 |
AssertThatStringIsEmpty.html
|
Implemented AssertThatEnumerableIsEmptyInspection. Improved literal values by constant value calculation, more refactoring.
|
2019-03-24 14:42:02 +01:00 |
AssumeThatInsteadOfReturn.html
|
Added a first version of a new inspection that tries to detect bogus uses of return statements in test methods and replaces them by assumeThat() calls. Removed oraclejdk8 from travis-ci. Added custom Jupiter DisplayNameGenerator for user friendly test names in report. Extended documentation. Removed Playground.
|
2019-05-05 19:02:35 +02:00 |
ImplicitAssertion.html
|
New ImplicitAssertion inspection for implicit isNotNull(), isNotEmpty() and isPresent() assertions that will be covered by chained assertions.
|
2019-06-09 14:04:01 +02:00 |
JoinAssertThatStatements.html
|
The JoinAssertThatStatements inspection will now add line breaks on joining statements.
|
2019-06-23 18:51:12 +02:00 |
JoinVarArgsContains.html
|
New JoinVarArgsContains inspection that will detect multiple .contains(), .doesNotContain(), and .containsOnlyOnce() calls within the same statement that could be joined together using variadic arguments.
|
2019-08-03 20:57:34 +02:00 |
JUnitAssertToAssertJ.html
|
New ImplicitAssertion inspection for implicit isNotNull(), isNotEmpty() and isPresent() assertions that will be covered by chained assertions.
|
2019-06-09 14:04:01 +02:00 |