Searched defs:expectedCmd (Results 1 – 1 of 1) sorted by relevance
56 String expectedCmd = EasyMock.eq(String.format("am instrument -w -r %s/%s", TEST_PACKAGE, in testRun() local66 String expectedCmd = EasyMock.contains("-e log true"); in testRun_withLog() local77 String expectedCmd = EasyMock.contains(String.format("-e class %s#%s", className, in testRun_withMethod() local88 String expectedCmd = EasyMock.contains(String.format("-e package %s", packageName)); in testRun_withPackage() local99 String expectedCmd = EasyMock.contains(String.format("-e %s %s", extraArgName, in testRun_withAddInstrumentationArg() local131 private void runAndVerify(String expectedCmd) throws Exception { in runAndVerify()