Class ExtentService
- java.lang.Object
-
- com.aventstack.extentreports.service.ExtentService
-
- All Implemented Interfaces:
Serializable
public class ExtentService extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtentService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidflush()static StringgetAuthorPrefix()static StringgetDevicePrefix()static com.aventstack.extentreports.ExtentReportsgetInstance()static ObjectgetProperty(String key)static ObjectgetPropertyOrDefault(String key, Object defaultValue)static StringgetScreenshotFolderName()static StringgetScreenshotReportRelatvePath()static booleanisAuthorEnabled()static booleanisBase64ImageSrcEnabled()static booleanisDeviceEnabled()
-
-
-
Method Detail
-
getInstance
public static com.aventstack.extentreports.ExtentReports getInstance()
-
flush
public static void flush()
-
getScreenshotFolderName
public static String getScreenshotFolderName()
-
getScreenshotReportRelatvePath
public static String getScreenshotReportRelatvePath()
-
isBase64ImageSrcEnabled
public static boolean isBase64ImageSrcEnabled()
-
isDeviceEnabled
public static boolean isDeviceEnabled()
-
isAuthorEnabled
public static boolean isAuthorEnabled()
-
getDevicePrefix
public static String getDevicePrefix()
-
getAuthorPrefix
public static String getAuthorPrefix()
-
-