|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestCollationService
Collates TestClassResult
s and TestCaseResult
s from the file system after a TaskType
execution
Method Summary | |
---|---|
void |
collateTestResults(TaskContext taskContext,
java.lang.String filePattern)
Collates TestClassResult s and TestCaseResult s from TaskContext.getWorkingDirectory() using the specified file pattern
This method parses in the JUnit format by default. |
void |
collateTestResults(TaskContext taskContext,
java.lang.String filePattern,
TestReportCollector testReportCollector)
Collates TestClassResult s and TestCaseResult s from TaskContext.getWorkingDirectory() using the specified file pattern
You can implement your own TestReportCollector and pass it in to support other reporting formats |
void |
collateTestResults(TaskContext taskContext,
TestReportProvider testReportProvider)
Collates TestClassResult s and TestCaseResult s from the given TestReportProvider |
Method Detail |
---|
void collateTestResults(@NotNull TaskContext taskContext, @NotNull java.lang.String filePattern)
TestClassResult
s and TestCaseResult
s from TaskContext.getWorkingDirectory()
using the specified file pattern
This method parses in the JUnit format by default.
To implement support for an alternate reporting format see collateTestResults(TaskContext, String, TestReportCollector)
taskContext
- of the executing TaskfilePattern
- to collect from the file systemvoid collateTestResults(@NotNull TaskContext taskContext, @NotNull java.lang.String filePattern, @NotNull TestReportCollector testReportCollector)
TestClassResult
s and TestCaseResult
s from TaskContext.getWorkingDirectory()
using the specified file pattern
You can implement your own TestReportCollector
and pass it in to support other reporting formats
taskContext
- of the executing TaskfilePattern
- to collect from the file systemtestReportCollector
- to collect tests using the provided patternvoid collateTestResults(@NotNull TaskContext taskContext, @NotNull TestReportProvider testReportProvider)
TestClassResult
s and TestCaseResult
s from the given TestReportProvider
taskContext
- of the executing TasktestReportProvider
- to collect tests from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |