Searched refs:getCommandLine (Results 1 – 20 of 20) sorted by relevance
230 assertTrue(bugreport.getCommandLine().isEmpty()); in testParse_command_line()234 assertEquals(1, bugreport.getCommandLine().size()); in testParse_command_line()235 assertEquals("value", bugreport.getCommandLine().get("key")); in testParse_command_line()239 assertEquals(2, bugreport.getCommandLine().size()); in testParse_command_line()240 assertEquals("value1", bugreport.getCommandLine().get("key1")); in testParse_command_line()241 assertEquals("value2", bugreport.getCommandLine().get("key2")); in testParse_command_line()246 assertEquals(2, bugreport.getCommandLine().size()); in testParse_command_line()247 assertEquals("value=withequals", bugreport.getCommandLine().get("key1")); in testParse_command_line()248 assertEquals("", bugreport.getCommandLine().get("key2")); in testParse_command_line()252 assertEquals(3, bugreport.getCommandLine().size()); in testParse_command_line()[all …]
47 assertEquals(COMMAND_LINE, command.getCommandLine()); in testFromJson_withAssignedAttemptId()60 assertEquals(COMMAND_LINE, command.getCommandLine()); in testFromJson_withoutAssignedAttemptId()77 assertEquals(COMMAND_LINE, command.getCommandLine()); in testFromJson_extraOptions()
431 assertEquals("command line 1", command.getCommandLine());477 assertEquals("command line 1", command.getCommandLine());507 assertEquals(CMD_LINE, cmds.get(0).getCommandLine());519 assertEquals(CMD_LINE, cmds.get(0).getCommandLine());533 assertEquals(CMD_LINE, cmds.get(0).getCommandLine());559 assertEquals(CMD_LINE, cmds.get(0).getCommandLine());560 assertEquals("test1", cmds.get(1).getCommandLine());867 assertEquals("empty --dry-run", cmd.getCommandLine());950 cmds.get(0).getCommandLine());1074 assertEquals(cmd.getCommandLine(), test.getCommandLine());
112 EasyMock.expect(mMockLoader.getCommandLine()).andReturn("previous_command"); in testReschedule_onlyPassTests()152 EasyMock.expect(mMockLoader.getCommandLine()).andReturn("previous_command"); in testReschedule_carryShardCount()194 EasyMock.expect(mMockLoader.getCommandLine()).andReturn("previous_command"); in testReschedule_someFailedTests()233 EasyMock.expect(mMockLoader.getCommandLine()).andReturn("previous_command"); in testReschedule_someAssumptionFailures()272 EasyMock.expect(mMockLoader.getCommandLine()).andReturn("previous_command"); in testReschedule_mixedFailedAssumptionFailures()317 EasyMock.expect(mMockLoader.getCommandLine()).andReturn("previous_command"); in testReschedule_excludeFilters()356 EasyMock.expect(mMockLoader.getCommandLine()).andReturn("previous_command"); in testReschedule_module_option()399 EasyMock.expect(mMockLoader.getCommandLine()).andReturn("previous_command"); in testReschedule_excludeFilters_abi()440 EasyMock.expect(mMockLoader.getCommandLine()).andReturn("previous_command"); in testReschedule_moduleOption_abi()478 EasyMock.expect(mMockLoader.getCommandLine()).andReturn("previous_command"); in testReschedule_parameterized_nofail()[all …]
28 public String getCommandLine(); in getCommandLine() method
140 String commandLine = previousLoader.getCommandLine(); in run()
228 String commandLine = mTestContext.getCommandLine(); in build()230 commandLine = mCommand.getCommandLine(); in build()233 config.injectOptionValue("cluster:original-command-line", mCommand.getCommandLine()); in build()
40 public String getCommandLine() { in getCommandLine() method in TestContext
151 public String getCommandLine() { in getCommandLine() method in ClusterCommand
378 String getCommandLine() { in getCommandLine() method in ClusterCommandLauncher
628 String cmdLine = commandTask.getCommandLine(); in execClusterCommand()
83 public CommandLineItem getCommandLine() { in getCommandLine() method in BugreportItem
181 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty"); in testRunBuildProvider_oneMiss()277 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty"); in testResolveDynamicFails()359 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty"); in testRunBuildProvider_oneThrow()449 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty"); in testRunBuildProvider_cleanUpThrow()
81 EasyMock.expect(mMockLoader.getCommandLine()).andReturn("suite/apct"); in testLoadRescheduler()
239 EasyMock.expect(mMockConfig.getCommandLine()).andReturn("empty --arg 1"); in testPrepareEnvironment_noTfDirJar()252 EasyMock.expect(mMockConfig.getCommandLine()).andReturn("empty --arg 1").times(2); in setPrepareConfigurationExpectations()
547 public String getCommandLine(); in getCommandLine() method
822 String cmdLineArgs = config.getCommandLine(); in invoke()1047 if (config.getCommandLine() != null) { in updateInvocationContext()1049 TestInvocation.COMMAND_ARGS_KEY, config.getCommandLine()); in updateInvocationContext()
707 if (config.getCommandLine() != null) { in updateBuild()709 info.addBuildAttribute(TestInvocation.COMMAND_ARGS_KEY, config.getCommandLine()); in updateBuild()
542 EasyMock.expect(rescheduledConfig.getCommandLine()).andStubReturn(""); in testRun_rescheduled()729 EasyMock.expect(mMockConfiguration.getCommandLine()).andStubReturn(""); in setCreateConfigExpectations()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...