public class XUnitImporter
extends java.lang.Object
implements com.xebialabs.xltest.domain.Importable
| Constructor and Description |
|---|
XUnitImporter(com.xebialabs.overthere.OverthereFile searchPath,
java.lang.String searchPattern,
java.util.Collection<com.xebialabs.overthere.OverthereFile> testResultFiles) |
| Modifier and Type | Method and Description |
|---|---|
void |
doImport(java.util.UUID testRunId,
com.xebialabs.xltest.domain.EventHandler eventHandler) |
long |
getTimestamp() |
static boolean |
haveValidFiles(java.util.Collection<com.xebialabs.overthere.OverthereFile> testResultFiles) |
static java.lang.String |
moduleName(com.xebialabs.overthere.OverthereFile searchPath,
com.xebialabs.overthere.OverthereFile resultsPath) |
public XUnitImporter(com.xebialabs.overthere.OverthereFile searchPath,
java.lang.String searchPattern,
java.util.Collection<com.xebialabs.overthere.OverthereFile> testResultFiles)
throws com.xebialabs.xltest.domain.ImportException
com.xebialabs.xltest.domain.ImportExceptionpublic void doImport(java.util.UUID testRunId,
com.xebialabs.xltest.domain.EventHandler eventHandler)
throws com.xebialabs.xltest.domain.ImportException
doImport in interface com.xebialabs.xltest.domain.Importablecom.xebialabs.xltest.domain.ImportExceptionpublic long getTimestamp()
getTimestamp in interface com.xebialabs.xltest.domain.Importablepublic static java.lang.String moduleName(com.xebialabs.overthere.OverthereFile searchPath,
com.xebialabs.overthere.OverthereFile resultsPath)
public static boolean haveValidFiles(java.util.Collection<com.xebialabs.overthere.OverthereFile> testResultFiles)