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() |
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 List<ExceptionInfo> aggregateExceptions()
public final Test getAncestor()
public final void updateResult()
Copyright © 2020. All rights reserved.