Home
last modified time | relevance | path

Searched refs:assertContainsAllOf (Results 1 – 9 of 9) sorted by relevance

/external/guava/guava-testlib/test/com/google/common/collect/testing/
DHelpersTest.java161 Helpers.assertContainsAllOf(list, "a"); in testAssertContainsAllOf()
162 Helpers.assertContainsAllOf(list, "a", "a"); in testAssertContainsAllOf()
163 Helpers.assertContainsAllOf(list, "a", "b", "c"); in testAssertContainsAllOf()
164 Helpers.assertContainsAllOf(list, "a", "b", "c", "a"); in testAssertContainsAllOf()
167 Helpers.assertContainsAllOf(list, "d"); in testAssertContainsAllOf()
173 Helpers.assertContainsAllOf(list, "a", "b", "c", "d"); in testAssertContainsAllOf()
179 Helpers.assertContainsAllOf(list, "a", "a", "a"); in testAssertContainsAllOf()
/external/guava/android/guava-testlib/test/com/google/common/collect/testing/
DHelpersTest.java161 Helpers.assertContainsAllOf(list, "a"); in testAssertContainsAllOf()
162 Helpers.assertContainsAllOf(list, "a", "a"); in testAssertContainsAllOf()
163 Helpers.assertContainsAllOf(list, "a", "b", "c"); in testAssertContainsAllOf()
164 Helpers.assertContainsAllOf(list, "a", "b", "c", "a"); in testAssertContainsAllOf()
167 Helpers.assertContainsAllOf(list, "d"); in testAssertContainsAllOf()
173 Helpers.assertContainsAllOf(list, "a", "b", "c", "d"); in testAssertContainsAllOf()
179 Helpers.assertContainsAllOf(list, "a", "a", "a"); in testAssertContainsAllOf()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapKeysTester.java17 import static com.google.common.collect.testing.Helpers.assertContainsAllOf;
52 assertContainsAllOf(keys, k0(), k1()); in testKeys()
53 assertContainsAllOf( in testKeys()
73 assertContainsAllOf(keys, null, k1()); in testKeysWithNullKey()
74 assertContainsAllOf( in testKeysWithNullKey()
DMultimapPutIterableTester.java19 import static com.google.common.collect.testing.Helpers.assertContainsAllOf;
219 assertContainsAllOf(getCollection, v3(), v4()); in testPutAllPropagatesToGet()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapKeysTester.java17 import static com.google.common.collect.testing.Helpers.assertContainsAllOf;
52 assertContainsAllOf(keys, k0(), k1()); in testKeys()
53 assertContainsAllOf( in testKeys()
73 assertContainsAllOf(keys, null, k1()); in testKeysWithNullKey()
74 assertContainsAllOf( in testKeysWithNullKey()
DMultimapPutIterableTester.java19 import static com.google.common.collect.testing.Helpers.assertContainsAllOf;
219 assertContainsAllOf(getCollection, v3(), v4()); in testPutAllPropagatesToGet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DHelpers.java171 public static void assertContainsAllOf(Iterable<?> actual, Object... expected) { in assertContainsAllOf() method in Helpers
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DHelpers.java171 public static void assertContainsAllOf(Iterable<?> actual, Object... expected) { in assertContainsAllOf() method in Helpers
/external/guice/lib/build/
Dguava-testlib-19.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...