-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hamcrest arrayContainingInAnyOrder conversion
arrayContainingInAnyOrder is migrated to containsExactlyInAnyOrder rather than contains. Previously this lost some specificity. Added support for the common hamcrest `contains` matcher, which is migrated to AssertJ `containsExactly`.
- Loading branch information
1 parent
c3abafa
commit a2957ec
Showing
2 changed files
with
52 additions
and
4 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