Home
last modified time | relevance | path

Searched refs:assertBlacklisted (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java21 import static com.google.inject.internal.WeakKeySetUtils.assertBlacklisted;
350 assertBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration()
373 assertBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren()
382 assertBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren()
383 assertBlacklisted(parentInjector, Key.get(Long.class)); in testWeakKeySet_integration_multipleChildren()
389 assertBlacklisted(parentInjector, Key.get(Long.class)); in testWeakKeySet_integration_multipleChildren()
412 assertBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren_overlappingKeys()
420 assertBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren_overlappingKeys()
425 assertBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren_overlappingKeys()
DWeakKeySetUtils.java37 public static void assertBlacklisted(Injector injector, Key<?> key) { in assertBlacklisted() method in WeakKeySetUtils
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DMapBinderTest.java1024 WeakKeySetUtils.assertBlacklisted(parentInjector, mapKey); in testWeakKeySet_integration_mapbinder()
DOptionalBinderTest.java1202 WeakKeySetUtils.assertBlacklisted(parentInjector, Key.get(Integer.class)); in testWeakKeySet_integration()