Home
last modified time | relevance | path

Searched refs:assertSetEquals (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_bsddb.py55 def assertSetEquals(self, seqn1, seqn2): member in TestBSDDB
61 self.assertSetEquals(d, f)
62 self.assertSetEquals(d.keys(), f.keys())
63 self.assertSetEquals(d.values(), f.values())
64 self.assertSetEquals(d.items(), f.items())
65 self.assertSetEquals(d.iterkeys(), f.iterkeys())
66 self.assertSetEquals(d.itervalues(), f.itervalues())
67 self.assertSetEquals(d.iteritems(), f.iteritems())
165 self.assertSetEquals(items, self.d.items())
171 self.assertSetEquals(items, self.d.items())
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DReflectionTest.java518 assertSetEquals(HasMemberClasses.class.getClasses(), in testGetClasses()
523 assertSetEquals(HasMemberClasses.class.getDeclaredClasses(), in testGetDeclaredClasses()
529 assertSetEquals(HasThrows.class.getConstructor().getExceptionTypes(), in testConstructorGetExceptions()
531 assertSetEquals(HasThrows.class.getConstructor(Void.class).getExceptionTypes()); in testConstructorGetExceptions()
535 assertSetEquals(HasThrows.class.getMethod("foo").getExceptionTypes(), in testClassMethodGetExceptions()
537 assertSetEquals(HasThrows.class.getMethod("foo", Void.class).getExceptionTypes()); in testClassMethodGetExceptions()
549 assertSetEquals(proxy.getClass().getMethod("foo").getExceptionTypes(), in testProxyMethodGetExceptions()
551 assertSetEquals(proxy.getClass().getMethod("foo", Void.class).getExceptionTypes()); in testProxyMethodGetExceptions()
650 private void assertSetEquals(Object[] actual, Object... expected) { in assertSetEquals() method in ReflectionTest
/aosp_15_r20/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DHpackDecodeTestBase.java74 assertSetEquals(String.format("seqno=%d", caze.getSeqno()), caze.getHeaders(), in testDecoder()
84 private static void assertSetEquals( in assertSetEquals() method in HpackDecodeTestBase
/aosp_15_r20/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/nonrequiredapps/
DSystemAppsSnapshotTest.java107 assertSetEquals(mSystemAppsSnapshot.getSnapshot(TEST_USER_ID), in testGetSnapshot()
116 private void assertSetEquals(Collection<String> result, String... expected) { in assertSetEquals() method in SystemAppsSnapshotTest
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DMapOfTest.java212 assertSetEquals(expected.entrySet(), actual.entrySet()); in assertMapEquals()
213 assertSetEquals(expected.keySet(), actual.keySet()); in assertMapEquals()
217 private static<T> void assertSetEquals(Set<T> expected, Set<T> actual) { in assertSetEquals() method in MapOfTest
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...