Class Log
- java.lang.Object
-
- com.aventstack.extentreports.model.Log
-
- All Implemented Interfaces:
BaseEntity,MetaDataStorable,RunResult,Serializable
public class Log extends Object implements RunResult, Serializable, BaseEntity, MetaDataStorable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Log()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMedia(Media media)booleanhasException()booleanhasMedia()booleanhasScreenCapture()booleanhasVideo()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.aventstack.extentreports.model.MetaDataStorable
getInfoMap
-
-
-
-
Method Detail
-
hasException
public final boolean hasException()
-
addMedia
public final void addMedia(Media media)
-
hasMedia
public final boolean hasMedia()
-
hasScreenCapture
public final boolean hasScreenCapture()
-
hasVideo
public final boolean hasVideo()
-
-