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; 343 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration() 359 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration() 371 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren() 372 assertNotBlacklisted(parentInjector, Key.get(Long.class)); in testWeakKeySet_integration_multipleChildren() 384 assertNotBlacklisted(parentInjector, Key.get(Long.class)); in testWeakKeySet_integration_multipleChildren() 401 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren() 407 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren() 408 assertNotBlacklisted(parentInjector, Key.get(Long.class)); in testWeakKeySet_integration_multipleChildren() 420 assertNotBlacklisted(parentInjector, Key.get(String.class)); in testWeakKeySet_integration_multipleChildren_overlappingKeys() [all …]
|
D | WeakKeySetUtils.java | 40 public static void assertNotBlacklisted(Injector injector, Key<?> key) { in assertNotBlacklisted() method in WeakKeySetUtils
|
D | MapBinderTest.java | 1348 WeakKeySetUtils.assertNotBlacklisted(parentInjector, mapKey); in testWeakKeySet_integration_mapbinder() 1367 WeakKeySetUtils.assertNotBlacklisted(parentInjector, mapKey); in testWeakKeySet_integration_mapbinder()
|
D | OptionalBinderTest.java | 1424 WeakKeySetUtils.assertNotBlacklisted(parentInjector, Key.get(Integer.class)); in testWeakKeySet_integration() 1443 WeakKeySetUtils.assertNotBlacklisted(parentInjector, Key.get(Integer.class)); in testWeakKeySet_integration()
|