| Package | Description |
|---|---|
| com.aventstack.extentreports.model |
| Modifier and Type | Method and Description |
|---|---|
AbstractStructure<Attribute> |
Test.getAuthorContext() |
AbstractStructure<Attribute> |
Test.getCategoryContext() |
AbstractStructure<Attribute> |
Test.getDeviceContext() |
AbstractStructure<ExceptionInfo> |
Test.getExceptionInfoContext() |
AbstractStructure<Log> |
Test.getLogContext() |
AbstractStructure<Test> |
Test.getNodeContext() |
AbstractStructure<ScreenCapture> |
Test.getScreenCaptureContext() |
AbstractStructure<ScreenCapture> |
Log.getScreenCaptureContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Test.setAuthorContext(AbstractStructure<Attribute> author) |
void |
Test.setCategoryContext(AbstractStructure<Attribute> category) |
void |
Test.setDeviceContext(AbstractStructure<Attribute> device) |
void |
Test.setExceptionInfoContext(AbstractStructure<ExceptionInfo> exception) |
void |
Test.setLogContext(AbstractStructure<Log> log) |
void |
Test.setNodeContext(AbstractStructure<Test> node) |
void |
Test.setScreenCaptureContext(AbstractStructure<ScreenCapture> screenCapture) |
void |
Log.setScreenCaptureContext(AbstractStructure<ScreenCapture> screenCapture) |
Copyright © 2020. All Rights Reserved.