Searched refs:METHOD_4 (Results 1 – 3 of 3) sorted by relevance
53 private static final String METHOD_4 = THIS_CLASS + ".method4"; field in BusinessLogicHostExecutorTest121 mExecutor.invokeMethod(METHOD_4, ARG_STRING_1); in testInvokeMethodWithDeviceAndStringArgs()122 assertEquals("Failed to invoke method in this class", mInvoked, METHOD_4); in testInvokeMethodWithDeviceAndStringArgs()271 mInvoked = METHOD_4; in method4()
93 private static final String METHOD_4 = "testBlah4"; field in ResultHandlerTest95 private static final String SUMMARY_SOURCE = String.format("%s#%s:20", CLASS_B, METHOD_4);233 ITestResult moduleBTest4 = moduleBCase.getOrCreateResult(METHOD_4); in testSerialization()322 ITestResult moduleBTest4 = moduleBCase.getOrCreateResult(METHOD_4); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()443 METHOD_4, in writeResultDir()450 METHOD_4, in writeResultDir()606 assertEquals("Incorrect name", METHOD_4, moduleBTest4.getName()); in checkResult()
66 private static final String METHOD_4 = "testBlah4"; field in SubPlanHelperTest185 ITestResult moduleBTest4 = moduleBCase.getOrCreateResult(METHOD_4); in populateResults()