Toggle navigation
Home
boolean to java.util.List<org.assertj.core.error.ElementsShouldSatisfy.UnsatisfiedRequirement>
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'assertj-core'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Similar)
boolean
to
List<UnsatisfiedRequirement>
boolean
to
List<UnsatisfiedRequirement>
Add or Remove Method invocation
anyMatch
to
collect
e.getValue()
to
entry
anyMatch
to
collect
Rename Variable
anyMatch
to
unsatisfiedRequirements
anyMatch
to
unsatisfiedRequirements
Other
e -> { try { entryRequirements.accept(e.getKey(),e.getValue()); } catch ( AssertionError ex) { return false; } return true; }
to
entry