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
78 mInvoked = null; in setUp()
88 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_1); in testInvokeMethodInThisClass()
102 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_2); in testInvokeMethodWithStringArgs()
111 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_3); in testInvokeMethodWithStringAndDeviceArgs()
120 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_4); in testInvokeMethodWithDeviceAndStringArgs()
129 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_5); in testInvokeMethodWithStringArrayArg()
138 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_5); in testInvokeMethodWithEmptyStringArrayArg()
146 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_6); in testInvokeMethodWithStringAndStringArrayArgs()
155 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_7); in testInvokeMethodWithAllArgTypes()
[all …]