Modifier and Type | Field and Description |
---|---|
static int |
TEST_FAILURES_EXIT_CODE |
Constructor and Description |
---|
PythonRunTestsStep(AbsPath workingDirectory,
String testName,
com.google.common.collect.ImmutableList<String> commandPrefix,
com.google.common.collect.ImmutableMap<String,String> environment,
TestSelectorList testSelectorList,
Optional<Long> testRuleTimeoutMs,
Path resultsOutputPath) |
Modifier and Type | Method and Description |
---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public static final int TEST_FAILURES_EXIT_CODE
public PythonRunTestsStep(AbsPath workingDirectory, String testName, com.google.common.collect.ImmutableList<String> commandPrefix, com.google.common.collect.ImmutableMap<String,String> environment, TestSelectorList testSelectorList, Optional<Long> testRuleTimeoutMs, Path resultsOutputPath)
public StepExecutionResult execute(ExecutionContext context) throws IOException, InterruptedException
execute
in interface Step
IOException
InterruptedException
public String getShortName()
getShortName
in interface Step
public String getDescription(ExecutionContext context)
getDescription
in interface Step