Searched refs:METHOD_7 (Results 1 – 1 of 1) sorted by relevance
56 private static final String METHOD_7 = THIS_CLASS + ".method7"; field in BusinessLogicHostExecutorTest156 mExecutor.invokeMethod(METHOD_7, ARG_STRING_1, ARG_STRING_2); in testInvokeMethodWithAllArgTypes()157 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_7); in testInvokeMethodWithAllArgTypes()289 mInvoked = METHOD_7; in method7()