Class Test
java.lang.Object
com.aventstack.extentreports.model.Test
- All Implemented Interfaces:
BaseEntity,MetaDataStorable,RunResult,Serializable
public final class Test
extends Object
implements RunResult, Serializable, BaseEntity, MetaDataStorable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddGeneratedLog(Log log) voidvoidbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanhasLog()booleanbooleanisBDD()longTime taken formatted as HH:mm:ss:SSS Solution provided by @grasshopper7 https://github.com/extent-framework/extentreports-java/issues/247#issuecomment-679918613voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aventstack.extentreports.model.MetaDataStorable
getInfoMap
-
Constructor Details
-
Test
public Test()
-
-
Method Details
-
addChild
-
addLog
-
addGeneratedLog
-
isBDD
public boolean isBDD() -
hasLog
public boolean hasLog() -
hasAnyLog
public boolean hasAnyLog() -
hasChildren
public boolean hasChildren() -
hasAttributes
public boolean hasAttributes() -
hasAuthor
public boolean hasAuthor() -
hasCategory
public boolean hasCategory() -
hasDevice
public boolean hasDevice() -
hasException
public boolean hasException() -
getFullName
-
addMedia
-
hasScreenCapture
public boolean hasScreenCapture() -
timeTaken
public long timeTaken() -
timeTakenPretty
Time taken formatted as HH:mm:ss:SSS Solution provided by @grasshopper7 https://github.com/extent-framework/extentreports-java/issues/247#issuecomment-679918613- Returns:
- A formatted time taken string as HH:mm:ss:SSS
-
aggregateExceptions
-
getAncestor
-
updateResult
public void updateResult()
-