public class RunShTestAndRecordResultStep extends RunTestAndRecordResultStep
Constructor and Description |
---|
RunShTestAndRecordResultStep(ProjectFilesystem filesystem,
com.google.common.collect.ImmutableList<String> command,
com.google.common.collect.ImmutableMap<String,String> env,
Optional<Long> testRuleTimeoutMs,
BuildTarget buildTarget,
Path pathToTestResultFile) |
Modifier and Type | Method and Description |
---|---|
protected TestResultSummary |
getTestSummary(ExecutionContext context)
Run whatever binaries are necessary, and return a
TestResultSummary explaining the
outcome |
execute, getDescription, getShortName
public RunShTestAndRecordResultStep(ProjectFilesystem filesystem, com.google.common.collect.ImmutableList<String> command, com.google.common.collect.ImmutableMap<String,String> env, Optional<Long> testRuleTimeoutMs, BuildTarget buildTarget, Path pathToTestResultFile)
protected TestResultSummary getTestSummary(ExecutionContext context) throws IOException, InterruptedException
RunTestAndRecordResultStep
TestResultSummary
explaining the
outcomegetTestSummary
in class RunTestAndRecordResultStep
IOException
InterruptedException