Home
last modified time | relevance | path

Searched refs:assertMapVisitor (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/test/com/google/inject/internal/
DMapBinderTest.java23 import static com.google.inject.internal.SpiUtils.assertMapVisitor;
213 assertMapVisitor( in testMapBinderAggregatesMultipleModules()
252 assertMapVisitor( in testMapBinderAggregationForAnnotationInstance()
288 assertMapVisitor( in testMapBinderAggregationForAnnotationType()
330 assertMapVisitor( in testMapBinderWithMultipleAnnotationValueSets()
341 assertMapVisitor( in testMapBinderWithMultipleAnnotationValueSets()
384 assertMapVisitor( in testMapBinderWithMultipleAnnotationTypeSets()
395 assertMapVisitor( in testMapBinderWithMultipleAnnotationTypeSets()
430 assertMapVisitor( in testMapBinderWithMultipleTypes()
439 assertMapVisitor( in testMapBinderWithMultipleTypes()
[all …]
DSpiUtils.java120 static <T> void assertMapVisitor( in assertMapVisitor() method in SpiUtils