Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java23 import static com.google.inject.internal.WeakKeySetUtils.assertNotBlacklisted;
342 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration()
355 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration()
364 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren()
365 assertNotBlacklisted(parentInjector, Key.get(Long.class)); in testWeakKeySet_integration_multipleChildren()
374 assertNotBlacklisted(parentInjector, Key.get(Long.class)); in testWeakKeySet_integration_multipleChildren()
388 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren()
394 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren()
395 assertNotBlacklisted(parentInjector, Key.get(Long.class)); in testWeakKeySet_integration_multipleChildren()
404 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren_overlappingKeys()
[all …]
DWeakKeySetUtils.java41 public static void assertNotBlacklisted(Injector injector, Key<?> key) { in assertNotBlacklisted() method in WeakKeySetUtils
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DMapBinderTest.java1014 WeakKeySetUtils.assertNotBlacklisted(parentInjector, mapKey); in testWeakKeySet_integration_mapbinder()
1030 WeakKeySetUtils.assertNotBlacklisted(parentInjector, mapKey); in testWeakKeySet_integration_mapbinder()
DOptionalBinderTest.java1194 WeakKeySetUtils.assertNotBlacklisted(parentInjector, Key.get(Integer.class)); in testWeakKeySet_integration()
1208 WeakKeySetUtils.assertNotBlacklisted(parentInjector, Key.get(Integer.class)); in testWeakKeySet_integration()