public class GatlingTestTool
extends com.xebialabs.xltest.domain.BaseTestTool
| Constructor and Description |
|---|
GatlingTestTool() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.xebialabs.xltest.domain.Importable> |
findImportables(com.xebialabs.overthere.OverthereFile resultPath,
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 java.lang.String getName()
public java.util.List<com.xebialabs.xltest.domain.Importable> findImportables(com.xebialabs.overthere.OverthereFile resultPath,
com.xebialabs.xltest.utils.glob.FileMatcher fileMatcher)
throws com.xebialabs.xltest.domain.ImportFailedException
com.xebialabs.xltest.domain.ImportFailedExceptionpublic java.lang.String getDefaultSearchPattern()
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.BaseTestTool