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) |
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
ImportException