public interface TestTool
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Importable> |
findImportables(com.xebialabs.overthere.OverthereFile testResultPath,
FileMatcher fileMatcher)
Construct a list of "workers" that can take care of importing a test run.
|
java.util.Collection<com.xebialabs.overthere.OverthereFile> |
findTestResultPaths(com.xebialabs.overthere.OverthereFile searchRoot,
FileMatcher fileMatcher)
Get a set of files matching the search qualification.
|
java.lang.String |
getCategory() |
java.lang.String |
getName()
Provide a decent (human readable) name for the test tool
|
java.lang.String |
getSearchPattern()
Default search pattern used to lookfor result files.
|
java.lang.String getName()
java.lang.String getCategory()
java.lang.String getSearchPattern()
null is returned,
search pattern is not supported.java.util.Collection<com.xebialabs.overthere.OverthereFile> findTestResultPaths(com.xebialabs.overthere.OverthereFile searchRoot,
FileMatcher fileMatcher)
searchRoot - fileMatcher - An Ant-like search pattern, e.g. **\/*.xmljava.util.List<Importable> findImportables(com.xebialabs.overthere.OverthereFile testResultPath, FileMatcher fileMatcher)
testResultPath - fileMatcher -