Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutorTest.java66 private String mInvoked = null; field in BusinessLogicHostExecutorTest
80 mInvoked = null; in setUp()
90 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_1); in testInvokeMethodInThisClass()
104 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_2); in testInvokeMethodWithStringArgs()
113 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_3); in testInvokeMethodWithStringAndDeviceArgs()
122 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_4); in testInvokeMethodWithDeviceAndStringArgs()
131 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_5); in testInvokeMethodWithStringArrayArg()
140 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_5); in testInvokeMethodWithEmptyStringArrayArg()
148 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_6); in testInvokeMethodWithStringAndStringArrayArgs()
157 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_7); in testInvokeMethodWithAllArgTypes()
[all …]