Searched refs:mArgsUsed (Results 1 – 1 of 1) sorted by relevance
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/ |
D | BusinessLogicHostExecutorTest.java | 67 private Object[] mArgsUsed = null; field in BusinessLogicHostExecutorTest 79 mArgsUsed = null; in setUp() 104 assertEquals("Failed to set first argument", mArgsUsed[0], ARG_STRING_1); in testInvokeMethodWithStringArgs() 105 assertEquals("Failed to set second argument", mArgsUsed[1], ARG_STRING_2); in testInvokeMethodWithStringArgs() 113 assertEquals("Failed to set first argument", mArgsUsed[0], ARG_STRING_1); in testInvokeMethodWithStringAndDeviceArgs() 114 assertEquals("Failed to set second argument", mArgsUsed[1], mMockDevice); in testInvokeMethodWithStringAndDeviceArgs() 122 assertEquals("Failed to set first argument", mArgsUsed[0], mMockDevice); in testInvokeMethodWithDeviceAndStringArgs() 123 assertEquals("Failed to set second argument", mArgsUsed[1], ARG_STRING_1); in testInvokeMethodWithDeviceAndStringArgs() 131 assertEquals("Failed to set first argument", mArgsUsed[0], ARG_STRING_1); in testInvokeMethodWithStringArrayArg() 132 assertEquals("Failed to set second argument", mArgsUsed[1], ARG_STRING_2); in testInvokeMethodWithStringArrayArg() [all …]
|