public final class Test extends Object implements RunResult, Serializable, BaseEntity, MetaDataStorable
| Constructor and Description |
|---|
Test() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Test child) |
void |
addGeneratedLog(Log log) |
void |
addLog(Log log) |
void |
addMedia(Media m) |
List<ExceptionInfo> |
aggregateExceptions() |
Test |
getAncestor() |
String |
getFullName() |
boolean |
hasAnyLog() |
boolean |
hasAttributes() |
boolean |
hasAuthor() |
boolean |
hasCategory() |
boolean |
hasChildren() |
boolean |
hasDevice() |
boolean |
hasException() |
boolean |
hasLog() |
boolean |
hasScreenCapture() |
boolean |
isBDD() |
long |
timeTaken() |
String |
timeTakenPretty()
Time taken formatted as HH:mm:ss:SSS
Solution provided by @grasshopper7
https://github.com/extent-framework/extentreports-java/issues/247#issuecomment-679918613
|
void |
updateResult() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInfoMappublic final void addChild(Test child)
public final void addLog(Log log)
public final void addGeneratedLog(Log log)
public final boolean isBDD()
public final boolean hasLog()
public final boolean hasAnyLog()
public final boolean hasChildren()
public final boolean hasAttributes()
public final boolean hasAuthor()
public final boolean hasCategory()
public final boolean hasDevice()
public final boolean hasException()
public final String getFullName()
public final void addMedia(Media m)
public final boolean hasScreenCapture()
public final long timeTaken()
public final String timeTakenPretty()
public List<ExceptionInfo> aggregateExceptions()
public final Test getAncestor()
public final void updateResult()
Copyright © 2020. All rights reserved.