Searched refs:getCommandLine (Results 1 – 11 of 11) sorted by relevance
156 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty"); in testRunBuildProvider_oneMiss()215 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty"); in testRunBuildProvider_oneThrow()293 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty"); in testRunBuildProvider_cleanUpThrow()
455 if (config.getCommandLine() != null) { in updateInvocationContext()458 TestInvocation.COMMAND_ARGS_KEY, config.getCommandLine()); in updateInvocationContext()488 if (config.getCommandLine() != null) { in updateBuild()490 info.addBuildAttribute(TestInvocation.COMMAND_ARGS_KEY, config.getCommandLine()); in updateBuild()
634 String cmdLineArgs = config.getCommandLine(); in invoke()
143 QuotationAwareTokenizer.tokenizeLine(config.getCommandLine())); in prepareEnvironment()236 String[] args = QuotationAwareTokenizer.tokenizeLine(config.getCommandLine()); in prepareConfiguration()
83 public CommandLineItem getCommandLine() { in getCommandLine() method in BugreportItem
178 EasyMock.expect(mMockConfig.getCommandLine()).andReturn("empty --arg 1"); in testPrepareEnvironment_noTfDirJar()190 EasyMock.expect(mMockConfig.getCommandLine()).andReturn("empty --arg 1").times(2); in setPrepareConfigurationExpectations()
516 public String getCommandLine(); in getCommandLine() method
268 public String getCommandLine() { in getCommandLine() method in Configuration
108 EasyMock.expect(mSlowConfig.getCommandLine()).andStubReturn(""); in setUp()112 EasyMock.expect(mFastConfig.getCommandLine()).andStubReturn(""); in setUp()
553 EasyMock.expect(rescheduledConfig.getCommandLine()).andStubReturn(""); in testRun_rescheduled()739 EasyMock.expect(mMockConfiguration.getCommandLine()).andStubReturn(""); in setCreateConfigExpectations()
182 oriConfig.getCommandLine()), in cloneConfigObject()