public class TestService extends Object
| Constructor and Description |
|---|
TestService() |
| Modifier and Type | Method and Description |
|---|---|
static Test |
createTest(Class<? extends IGherkinFormatterModel> type,
String name,
String description) |
static Test |
createTest(String name) |
static Test |
createTest(String name,
String description) |
static boolean |
deleteTest(List<Test> list,
Test test) |
static Boolean |
testHasScreenCapture(Test test,
Boolean deep) |
public static Test createTest(Class<? extends IGherkinFormatterModel> type, String name, String description)
Copyright © 2020. All rights reserved.