public class Test extends Object implements BasicMongoReportElement, RunResult, Serializable
Constructor and Description |
---|
Test() |
public void setUseManualConfiguration(boolean b)
public ExtentReports getExtentInstance()
public void setExtentInstance(ExtentReports extent)
public boolean isChildNode()
public int getLevel()
public void setLevel(int level)
public void setParent(Test parent)
public Test getParent()
public AbstractStructure<Test> getNodeContext()
public boolean hasChildren()
public void setStartTime(Date startTime)
public Date getStartTime()
public void setEndTime(Date endTime)
public Date getEndTime()
public boolean hasEnded()
public String getRunDuration()
public Long getRunDurationMillis()
public void setStatus(Status status)
public void trackLastRunStatus()
public void end()
public AbstractStructure<Log> getLogContext()
public boolean hasLog()
public void setDescription(String description)
public String getDescription()
public void setName(String name)
public String getName()
public String getHierarchicalName()
public AbstractStructure<TestAttribute> getCategoryContext()
public boolean hasCategory(String name)
public boolean hasCategoryNode(String name)
public boolean hasCategory()
public void setCategory(TestAttribute category)
public TestAttribute getCategory(Integer index)
public AbstractStructure<TestAttribute> getAuthorContext()
public boolean hasAuthor()
public void setAuthor(TestAttribute author)
public TestAttribute getAuthor(Integer index)
public AbstractStructure<TestAttribute> getDeviceContext()
public boolean hasDevice()
public void setDevice(TestAttribute device)
public TestAttribute getDevice(Integer index)
public void setExceptionInfo(ExceptionInfo exceptionInfo)
public List<ExceptionInfo> getExceptionInfoList()
public boolean hasException()
public boolean hasMedia()
public void setScreenCapture(ScreenCapture screenCapture)
public List<ScreenCapture> getScreenCaptureList()
public Boolean hasScreenCapture()
public void setScreencast(Screencast screencast)
public List<Screencast> getScreencastList()
public boolean isBehaviorDrivenType()
public void setBehaviorDrivenType(IGherkinFormatterModel type)
public void setBehaviorDrivenType(Class<? extends IGherkinFormatterModel> type)
public Class<? extends IGherkinFormatterModel> getBehaviorDrivenType()
public int getID()
public void setObjectId(org.bson.types.ObjectId id)
setObjectId
in interface BasicMongoReportElement
public org.bson.types.ObjectId getObjectId()
getObjectId
in interface BasicMongoReportElement
Copyright © 2018. All rights reserved.