public class XUnitTestTool
extends com.xebialabs.xltest.domain.BaseTestTool
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TOOL_NAME |
| 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) |
com.xebialabs.xltest.domain.Importable |
findLatestImportable(com.xebialabs.overthere.OverthereFile searchPath,
com.xebialabs.xltest.utils.glob.FileMatcher fileMatcher) |
java.util.SortedSet<com.xebialabs.overthere.OverthereFile> |
findTestResultPaths(com.xebialabs.overthere.OverthereFile searchRoot,
com.xebialabs.xltest.utils.glob.FileMatcher fileMatcher) |
java.lang.String |
getCategory() |
java.lang.String |
getDefaultSearchPattern() |
java.lang.String |
getName() |
public static final java.lang.String TOOL_NAME
public java.lang.String getName()
public java.lang.String getCategory()
public java.util.SortedSet<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)
throws com.xebialabs.xltest.domain.ImportException
com.xebialabs.xltest.domain.ImportExceptionpublic com.xebialabs.xltest.domain.Importable findLatestImportable(com.xebialabs.overthere.OverthereFile searchPath,
com.xebialabs.xltest.utils.glob.FileMatcher fileMatcher)
throws com.xebialabs.xltest.domain.ImportException
findLatestImportable in interface com.xebialabs.xltest.domain.TestToolfindLatestImportable in class com.xebialabs.xltest.domain.BaseTestToolcom.xebialabs.xltest.domain.ImportExceptionpublic java.lang.String getDefaultSearchPattern()