when(monitor2.attributes()).thenReturn(attributes2); | when(monitor2.attributes()).thenReturn(Optional.of(attributes2)); | when(monitor2.attributes()).thenReturn(attributes2) | when(monitor2.attributes()).thenReturn(Optional.of(attributes2)) | sonarqube | 134155975af4a75e6128587c2f2ddeecd0c54e27 | org.sonar.server.platform.ws.InfoActionTest | | _1 | attributes2 |
---|
_2 | attributes2 |
---|
| TCIVar | attributes2 |
---|
v0 | when(monitor2.attributes()) |
---|
| - com.google.common.base.Optional
| TCIVar | attributes2 |
---|
v0 | when(monitor2.attributes()) |
---|
| Uses | True |
when(monitor1.attributes()).thenReturn(attributes1); | when(monitor1.attributes()).thenReturn(Optional.of(attributes1)); | when(monitor1.attributes()).thenReturn(attributes1) | when(monitor1.attributes()).thenReturn(Optional.of(attributes1)) | sonarqube | 134155975af4a75e6128587c2f2ddeecd0c54e27 | org.sonar.server.platform.ws.InfoActionTest | | _1 | attributes1 |
---|
_2 | attributes1 |
---|
| TCIVar | attributes1 |
---|
v0 | when(monitor1.attributes()) |
---|
| - com.google.common.base.Optional
| TCIVar | attributes1 |
---|
v0 | when(monitor1.attributes()) |
---|
| Uses | True |