Class TestService
- java.lang.Object
-
- com.aventstack.extentreports.model.service.TestService
-
public class TestService extends Object
-
-
Constructor Summary
Constructors Constructor Description TestService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TestcreateTest(Class<? extends IGherkinFormatterModel> type, String name, String description)static TestcreateTest(String name)static TestcreateTest(String name, String description)static booleandeleteTest(List<Test> list, Test test)static BooleantestHasScreenCapture(Test test, Boolean deep)
-
-
-
Method Detail
-
createTest
public static Test createTest(Class<? extends IGherkinFormatterModel> type, String name, String description)
-
-