| Modifier and Type | Method and Description |
|---|---|
Test |
ExtentTest.getModel()
Returns the underlying test which controls the internal model
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Test> |
ReportAggregates.getTestList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestListener.onAuthorAssigned(Test test,
Author author)
Invoked each time an author is assigned to any test/node
|
void |
TestListener.onCategoryAssigned(Test test,
Category category)
Invoked each time a category is assigned to any test/node
|
void |
TestListener.onDeviceAssigned(Test test,
Device device)
Invoked each time a device is assigned to any test/node
|
void |
TestListener.onLogAdded(Test test,
Log log)
Invoked each time a log is added to any test/node
|
void |
TestListener.onNodeStarted(Test node)
Invoked when a node is started using
createNode() |
void |
TestListener.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture)
Invoked each time a screencapture is added to test
|
void |
TestListener.onTestRemoved(Test test)
Invoked when a test is removed using
removeTest() |
void |
TestListener.onTestStarted(Test test)
Invoked when a test is started using
createTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportStatusStats.refresh(java.util.List<Test> testList) |
void |
ReportAggregatesListener.setTestList(java.util.List<Test> testList)
Allows sharing the complete list of tests with the reporter
|
ReportAggregatesBuilder |
ReportAggregatesBuilder.setTestList(java.util.List<Test> testList) |
void |
ReportAggregates.setTestList(java.util.List<Test> testList) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestModelReportBuilder.createDomain(Test test,
ExtentTest extentTest) |
| Modifier and Type | Method and Description |
|---|---|
Test |
Test.getParent() |
Test |
Log.getTest() |
| Modifier and Type | Method and Description |
|---|---|
AbstractStructure<Test> |
Test.getNodeContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Test.setParent(Test parent) |
void |
Log.setTest(Test test) |
| Modifier and Type | Method and Description |
|---|---|
void |
Test.setNodeContext(AbstractStructure<Test> node) |
| Constructor and Description |
|---|
Log(Test test) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Test> |
TestAttributeTestContext.getTests() |
java.util.List<Test> |
ExceptionTestContext.getTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestAttributeTestContextStore.removeTest(Test test) |
void |
TestAttributeTestContextStore.setAttributeContext(T attr,
Test test) |
void |
ExceptionTestContextStore.setExceptionContext(ExceptionInfo ei,
Test test) |
void |
TestAttributeTestContext.setTest(Test test) |
void |
ExceptionTestContext.setTest(Test test) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TestRemover.remove(java.util.List<Test> testList,
Test test)
Remove a test using its unique ID from a list
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TestRemover.remove(java.util.List<Test> testList,
Test test)
Remove a test using its unique ID from a list
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
TestService.getBehaviorDrivenTypeName(Test test) |
static java.lang.String |
TestService.getRunDuration(Test test) |
static java.lang.Long |
TestService.getRunDurationMillis(Test test) |
static java.lang.Boolean |
TestService.isTestBehaviorDriven(Test test) |
static java.lang.Boolean |
TestService.testHasAttributes(Test test) |
static java.lang.Boolean |
TestService.testHasAuthor(Test test) |
static java.lang.Boolean |
TestService.testHasCategory(Test test) |
static java.lang.Boolean |
TestService.testHasChildren(Test test) |
static java.lang.Boolean |
TestService.testHasDevice(Test test) |
static java.lang.Boolean |
TestService.testHasException(Test test) |
static java.lang.Boolean |
TestService.testHasLog(Test test) |
static java.lang.Boolean |
TestService.testHasScreenCapture(Test test) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Test> |
AbstractReporter.getTestList() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Attribute> |
ExtentKlovReporter.assignAttribute(Test test,
Attribute attribute,
java.util.Map<java.lang.String,org.bson.types.ObjectId> nameObjectIdCollection,
com.mongodb.client.MongoCollection<org.bson.Document> mongoCollection,
TestAttributeTestContextStore<T> attributeContext) |
void |
TestListener.onAuthorAssigned(Test test,
Author author)
Invoked each time an author is assigned to any test/node
|
void |
ExtentKlovReporter.onAuthorAssigned(Test test,
Author author) |
void |
ConsoleLogger.onAuthorAssigned(Test test,
Author author) |
void |
AbstractReporter.onAuthorAssigned(Test test,
Author author) |
void |
TestListener.onCategoryAssigned(Test test,
Category category)
Invoked each time a category is assigned to any test/node
|
void |
ExtentKlovReporter.onCategoryAssigned(Test test,
Category category) |
void |
ConsoleLogger.onCategoryAssigned(Test test,
Category category) |
void |
AbstractReporter.onCategoryAssigned(Test test,
Category category) |
void |
TestListener.onDeviceAssigned(Test test,
Device device)
Invoked each time a device is assigned to any test/node
|
void |
ExtentKlovReporter.onDeviceAssigned(Test test,
Device device) |
void |
ConsoleLogger.onDeviceAssigned(Test test,
Device device) |
void |
AbstractReporter.onDeviceAssigned(Test test,
Device device) |
void |
ExtentKlovReporter.onLogAdded(Test test,
Log log) |
void |
ConsoleLogger.onLogAdded(Test test,
Log log) |
void |
AbstractReporter.onLogAdded(Test test,
Log log) |
void |
TestListener.onLogCreated(Test test,
Log log)
Invoked each time a log is added to any test/node
|
void |
TestListener.onNodeStarted(Test node)
Invoked when a node is started using
createNode() |
void |
ExtentKlovReporter.onNodeStarted(Test node) |
void |
ConsoleLogger.onNodeStarted(Test node) |
void |
AbstractReporter.onNodeStarted(Test node) |
void |
ExtentKlovReporter.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
ConsoleLogger.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
BasicFileReporter.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
AbstractReporter.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
TestListener.onScreenCaptureCreated(Test test,
ScreenCapture screenCapture)
Invoked each time a screencapture is added to test
|
void |
TestListener.onTestRemoved(Test test)
Invoked when a test is removed using
removeTest() |
void |
ExtentKlovReporter.onTestRemoved(Test test) |
void |
ConsoleLogger.onTestRemoved(Test test) |
void |
AbstractReporter.onTestRemoved(Test test) |
void |
TestListener.onTestStarted(Test test)
Invoked when a test is started using
createTest() |
void |
ExtentKlovReporter.onTestStarted(Test test) |
void |
ConsoleLogger.onTestStarted(Test test) |
void |
AbstractReporter.onTestStarted(Test test) |
Copyright © 2020. All Rights Reserved.