Searched refs:ExpectDeepEq (Results 1 – 1 of 1) sorted by relevance
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 238 private void ExpectDeepEq(Object l, Object r) { in ExpectDeepEq() method in HidlTestJava 315 ExpectDeepEq(testArray, safeUnion.f()); in runClientSafeUnionTests() 320 ExpectDeepEq(testVector, safeUnion.i()); in runClientSafeUnionTests() 329 ExpectDeepEq(testString, safeUnion.g()); in runClientSafeUnionTests() 379 ExpectDeepEq(testArray, safeUnion.b()); in runClientSafeUnionTests() 392 ExpectDeepEq(testVector, safeUnion.e()); in runClientSafeUnionTests() 548 ExpectDeepEq(null, null); in client() 551 ExpectDeepEq(new String(), new String()); in client() 552 ExpectDeepEq("hey", "hey"); in client() 554 ExpectDeepEq(new int[]{1,2}, new int[]{1,2}); in client() [all …]
|