Searched refs:assertNotBlacklisted (Results 1 – 4 of 4) sorted by relevance
/external/guice/core/test/com/google/inject/internal/ |
D | WeakKeySetTest.java | 23 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 …]
|
D | WeakKeySetUtils.java | 41 public static void assertNotBlacklisted(Injector injector, Key<?> key) { in assertNotBlacklisted() method in WeakKeySetUtils
|
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
D | MapBinderTest.java | 1014 WeakKeySetUtils.assertNotBlacklisted(parentInjector, mapKey); in testWeakKeySet_integration_mapbinder() 1030 WeakKeySetUtils.assertNotBlacklisted(parentInjector, mapKey); in testWeakKeySet_integration_mapbinder()
|
D | OptionalBinderTest.java | 1194 WeakKeySetUtils.assertNotBlacklisted(parentInjector, Key.get(Integer.class)); in testWeakKeySet_integration() 1208 WeakKeySetUtils.assertNotBlacklisted(parentInjector, Key.get(Integer.class)); in testWeakKeySet_integration()
|