public class TestEngine extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestEngine.TestResult |
static class |
TestEngine.TestResults |
Modifier and Type | Field and Description |
---|---|
static ExecutorService |
functionalTestsExecutor |
Constructor and Description |
---|
TestEngine() |
Modifier and Type | Method and Description |
---|---|
static List<Class> |
allFunctionalTests() |
static List<String> |
allSeleniumTests() |
static List<Class> |
allUnitTests() |
static void |
initTest(Class<?> testClass) |
static TestEngine.TestResults |
run(String name) |
static List<String> |
seleniumTests(String testPath,
List<String> results) |
public static ExecutorService functionalTestsExecutor
public static void initTest(Class<?> testClass)
public static TestEngine.TestResults run(String name)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly