MCPcopy Index your code
hub / github.com/google/dagger / emptySet

Method emptySet

javatests/dagger/functional/MultibindingTest.java:145–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 }
144
145 @Test
146 public void emptySet() {
147 assertThat(multibindingComponent.emptySet()).isEmpty();
148 }
149
150 @Test
151 public void emptyQualifiedSet() {

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.80
emptySetMethod · 0.65

Tested by

no test coverage detected