Searched refs:assertSetVisitor (Results 1 – 2 of 2) sorted by relevance
23 import static com.google.inject.internal.SpiUtils.assertSetVisitor;129 assertSetVisitor( in testMultibinderAggregatesMultipleModules()163 assertSetVisitor( in testMultibinderAggregationForAnnotationInstance()195 assertSetVisitor( in testMultibinderAggregationForAnnotationType()234 assertSetVisitor( in testMultibinderWithMultipleAnnotationValueSets()244 assertSetVisitor( in testMultibinderWithMultipleAnnotationValueSets()275 assertSetVisitor( in testMultibinderWithMultipleAnnotationTypeSets()285 assertSetVisitor( in testMultibinderWithMultipleAnnotationTypeSets()302 assertSetVisitor( in testMultibinderWithMultipleSetTypes()304 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, false, 1, instance(1)); in testMultibinderWithMultipleSetTypes()[all …]
541 static <T> void assertSetVisitor( in assertSetVisitor() method in SpiUtils