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 booleanisScreenCapture(Media m)static booleanisVideo(Media m)static BooleantestHasMedia(Test test, Boolean deep)static BooleantestHasScreenCapture(Test test, Boolean deep)static BooleantestHasVideo(Test test, Boolean deep)static StringvideoSrc(Media m)
-