Toggle navigation
Home
org.sonar.server.issue.ws.AvatarFactoryImpl to org.sonar.server.issue.ws.AvatarResolverImpl
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
assertThat(underTest.create("john@doo.com"))
to
assertThat(underTest.create(newUserDto("john","John","john@doo.com")))
underTest.create("John@Doo.com")
to
underTest.create(newUserDto("john","John","John@Doo.com"))