public class XUnitReportXmlImporter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TESTCASE_TAG |
static java.lang.String |
TESTSUITE_TAG |
| Constructor and Description |
|---|
XUnitReportXmlImporter(com.xebialabs.overthere.OverthereFile xunitReportXmlFile) |
XUnitReportXmlImporter(java.lang.String moduleName,
com.xebialabs.overthere.OverthereFile xunitReportXmlFile) |
| Modifier and Type | Method and Description |
|---|---|
int |
doImport(java.util.UUID testRunId,
com.xebialabs.xltest.domain.EventHandler eventHandler) |
long |
getLastModified() |
public static final java.lang.String TESTSUITE_TAG
public static final java.lang.String TESTCASE_TAG
public XUnitReportXmlImporter(com.xebialabs.overthere.OverthereFile xunitReportXmlFile)
public XUnitReportXmlImporter(java.lang.String moduleName,
com.xebialabs.overthere.OverthereFile xunitReportXmlFile)
public long getLastModified()
throws com.xebialabs.xltest.domain.ImportFailedException,
com.xebialabs.xltest.domain.NothingToImportException
com.xebialabs.xltest.domain.ImportFailedExceptioncom.xebialabs.xltest.domain.NothingToImportExceptionpublic int doImport(java.util.UUID testRunId,
com.xebialabs.xltest.domain.EventHandler eventHandler)
throws com.xebialabs.xltest.domain.ImportException
com.xebialabs.xltest.domain.ImportException