public class XUnitTestTool
extends com.xebialabs.xltest.domain.BaseTestTool
| Constructor and Description |
|---|
XUnitTestTool() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.xebialabs.xltest.domain.Importable> |
findImportables(com.xebialabs.overthere.OverthereFile searchPath,
com.xebialabs.xltest.utils.glob.FileMatcher fileMatcher) |
java.util.Collection<com.xebialabs.overthere.OverthereFile> |
findTestResultPaths(com.xebialabs.overthere.OverthereFile searchRoot,
com.xebialabs.xltest.utils.glob.FileMatcher fileMatcher) |
java.lang.String |
getCategory() |
java.lang.String |
getName() |
java.lang.String |
getSearchPattern() |
static java.lang.String |
moduleName(com.xebialabs.overthere.OverthereFile searchPath,
com.xebialabs.overthere.OverthereFile resultsPath) |
public java.lang.String getName()
public java.lang.String getCategory()
public java.util.Collection<com.xebialabs.overthere.OverthereFile> findTestResultPaths(com.xebialabs.overthere.OverthereFile searchRoot,
com.xebialabs.xltest.utils.glob.FileMatcher fileMatcher)
findTestResultPaths in interface com.xebialabs.xltest.domain.TestToolfindTestResultPaths in class com.xebialabs.xltest.domain.BaseTestToolpublic java.util.List<com.xebialabs.xltest.domain.Importable> findImportables(com.xebialabs.overthere.OverthereFile searchPath,
com.xebialabs.xltest.utils.glob.FileMatcher fileMatcher)
public java.lang.String getSearchPattern()
public static java.lang.String moduleName(com.xebialabs.overthere.OverthereFile searchPath,
com.xebialabs.overthere.OverthereFile resultsPath)