Toggle navigation
Home
java.lang.String to org.sonarqube.ws.Issues.AuthorsResponse
No. of Instances - 3
No. of Commits - 2
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
assertThat(result).contains(leia)
to
assertThat(result.getAuthorsList()).containsExactlyInAnyOrder(leia)
assertThat(result).contains(han,leia)
to
assertThat(result.getAuthorsList()).containsExactlyInAnyOrder(han,leia)