public class FileSystemTestOutcomeSummaryRecorder extends java.lang.Object implements TestOutcomeSummaryRecorder
| Constructor and Description |
|---|
FileSystemTestOutcomeSummaryRecorder(EnvironmentVariables environmentVariables) |
FileSystemTestOutcomeSummaryRecorder(java.nio.file.Path historyDirectory,
java.lang.Boolean deletePreviousHistory)
Used mainly from Maven
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PreviousTestOutcome> |
loadSummaries() |
void |
recordOutcomeSummariesFrom(java.nio.file.Path sourceDirectory) |
@Inject public FileSystemTestOutcomeSummaryRecorder(EnvironmentVariables environmentVariables)
public FileSystemTestOutcomeSummaryRecorder(java.nio.file.Path historyDirectory,
java.lang.Boolean deletePreviousHistory)
public void recordOutcomeSummariesFrom(java.nio.file.Path sourceDirectory)
recordOutcomeSummariesFrom in interface TestOutcomeSummaryRecorderpublic java.util.List<PreviousTestOutcome> loadSummaries()
loadSummaries in interface TestOutcomeSummaryRecorder