Searched refs:METHOD_5 (Results 1 – 2 of 2) sorted by relevance
54 private static final String METHOD_5 = THIS_CLASS + ".method5"; field in BusinessLogicHostExecutorTest130 mExecutor.invokeMethod(METHOD_5, ARG_STRING_1, ARG_STRING_2); in testInvokeMethodWithStringArrayArg()131 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_5); in testInvokeMethodWithStringArrayArg()139 mExecutor.invokeMethod(METHOD_5); in testInvokeMethodWithEmptyStringArrayArg()140 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_5); in testInvokeMethodWithEmptyStringArrayArg()276 mInvoked = METHOD_5; in method5()
94 private static final String METHOD_5 = "testBlah5"; field in ResultHandlerTest240 ITestResult moduleBTest5 = moduleBCase.getOrCreateResult(METHOD_5); in testSerialization()334 ITestResult moduleBTest5 = moduleBCase.getOrCreateResult(METHOD_5); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()458 String moduleBTest5 = String.format(XML_TEST_SKIP, METHOD_5); in writeResultDir()627 assertEquals("Incorrect name", METHOD_5, moduleBTest5.getName()); in checkResult()