chrisly42
5048c898ec
Fixed broken code in test classes (missing imports, undefined variables).
2019-07-30 19:39:16 +02:00
chrisly42
095345a456
The JoinAssertThatStatements inspection will now add line breaks on joining statements.
...
Unrelated: Upgraded Gradle to 5.4.1. Upgraded kotlin to 1.3.40. Upgraded jacoco to 0.8.4. Minor style change for immediate returns. Increased test/branch coverage.
2019-06-23 18:51:12 +02:00
chrisly42
362c4210a5
Fixed isEmpty() for enumerables and strings and isNull() for object conversions to be applied only if it is the terminal method call as isEmpty() and isNull() return void.
2019-05-01 13:15:31 +02:00
chrisly42
e55acf9c74
Extended test cases for AssertThatBooleanCondition and AssertThatObjectIsNullOrNotNull.
2019-04-29 20:10:55 +02:00
chrisly42
51703e8499
Merged AssertThatObjectIsNull and AssertThatObjectIsNotNull to AssertThatObjectIsNullOrNotNull.
...
Extended tests to be more explicit regarding the expected quick fix messages.
2019-04-06 21:29:18 +02:00