public class TestResultParserDriver
extends java.lang.Object
A TestResultParserDriver executes a TestResultParser with a set of files. The TestResultParserDriver
ensures that the produced runs are each provided with a valid Event.TEST_SPECIFICATION.
The TestResultParserDriver also makes sure that the generated events are associated with a Test Specification.
| Constructor and Description |
|---|
TestResultParserDriver(TestResultParser testResultParser) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.List<Event>> |
run(java.util.SortedSet<com.xebialabs.overthere.OverthereFile> files,
java.lang.String testSpecificationName)
Given files as input, produces runs as output.
|
public TestResultParserDriver(TestResultParser testResultParser)
public java.util.List<java.util.List<Event>> run(java.util.SortedSet<com.xebialabs.overthere.OverthereFile> files, java.lang.String testSpecificationName) throws ImportException
Given files as input, produces runs as output.
Note:The testResultParser is responsible for filtering out existing runs!
files - testSpecificationName - ImportException