public interface IExtentTestClass
Modifier and Type | Method and Description |
---|---|
String |
addBase64ScreenShot(String base64)
Adds the base64 screenshot into the report
|
String |
addScreenCapture(String imgPath) |
String |
addScreencast(String screencastPath) |
ExtentTest |
appendChild(ExtentTest node) |
ExtentTest |
assignAuthor(String... authors) |
ExtentTest |
assignCategory(String... categories) |
String |
getDescription() |
Date |
getEndedTime() |
LogStatus |
getRunStatus() |
Date |
getStartedTime() |
ITest |
getTest() |
void |
log(LogStatus logStatus,
String details) |
void |
log(LogStatus logStatus,
String stepName,
String details) |
void |
log(LogStatus logStatus,
String stepName,
Throwable t) |
void |
log(LogStatus logStatus,
Throwable t) |
void |
setDescription(String description) |
void |
setEndedTime(Date endedTime) |
void |
setStartedTime(Date startedTime) |
void setDescription(String description)
String getDescription()
void setStartedTime(Date startedTime)
Date getStartedTime()
void setEndedTime(Date endedTime)
Date getEndedTime()
String addBase64ScreenShot(String base64)
base64
- The base64 stringExtentTest assignCategory(String... categories)
ExtentTest assignAuthor(String... authors)
ExtentTest appendChild(ExtentTest node)
LogStatus getRunStatus()
ITest getTest()
Copyright © 2016. All rights reserved.