forked from operaton/operaton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tests): Resolve Sonar assertj warnings (operaton#212)
chore(tests): resolve Sonar issues for assertj (operaton#27) replace isEqualTo(true) by isTrue() replace isEqualTo(false) by isFalse() replace isEqualTo(0) by isZero() replace hasSize(0) by isEmpty() replace toString()).isEqualTo by hasToString() replace .size()).isEqualTo by .hasSize(() replace `.size()).isZero()` by `).isEmpty()`` replace `.isEqualTo(0L)` by `.isZero()`` replace `.contains(String).isTrue()` by `.contains(String)` replace `map.get(KEY).isEqualTo` by `containsEntry` replace `size().isZero()` by `isEmpty()` replace `keySet()).contains` by `containsKey()` replace `.isGreaterThan(0)` by `.isPositive()` chain assertion statements related to operaton#27
- Loading branch information
Showing
290 changed files
with
2,071 additions
and
2,600 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.