| Package | Description |
|---|---|
| com.aventstack.extentreports | |
| com.aventstack.extentreports.append | |
| com.aventstack.extentreports.model | |
| com.aventstack.extentreports.model.service |
| Modifier and Type | Method and Description |
|---|---|
Media |
MediaEntityBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ExtentTest |
ExtentTest.fail(Media media)
Logs an event with
Status.FAIL and ScreenCapture |
ExtentTest |
ExtentTest.fail(String details,
Media media)
Logs an
Status.FAIL event with details and a media object:
ScreenCapture |
ExtentTest |
ExtentTest.fail(Throwable t,
Media media)
Logs an
Status.FAIL event with an exception and a media
object: ScreenCapture |
ExtentTest |
ExtentTest.info(Media media)
Logs an event with
Status.INFO and ScreenCapture |
ExtentTest |
ExtentTest.info(String details,
Media media)
Logs an
Status.INFO event with details and a media object:
ScreenCapture |
ExtentTest |
ExtentTest.info(Throwable t,
Media media)
Logs an
Status.INFO event with an exception and a media
object: ScreenCapture |
ExtentTest |
ExtentTest.log(Status status,
Media media)
Logs an event with
Status, details and a media object:
ScreenCapture |
ExtentTest |
ExtentTest.log(Status status,
String details,
Media media)
Logs an event with
Status, details and a media object:
ScreenCapture |
ExtentTest |
ExtentTest.log(Status status,
String details,
Throwable t,
Media media)
Logs an event with
Status, details and a media object:
ScreenCapture |
ExtentTest |
ExtentTest.log(Status status,
Throwable t,
Media media)
Logs an event with
Status, an exception and a media object:
ScreenCapture |
protected void |
AbstractProcessor.onMediaAdded(Media m,
Log log) |
protected void |
AbstractProcessor.onMediaAdded(Media m,
Test test) |
ExtentTest |
ExtentTest.pass(Media media)
Logs an event with
Status.PASS and ScreenCapture |
ExtentTest |
ExtentTest.pass(String details,
Media media)
Logs an
Status.PASS event with details and a media object:
ScreenCapture |
ExtentTest |
ExtentTest.pass(Throwable t,
Media media)
Logs an
Status.PASS event with an exception and a media
object: ScreenCapture |
ExtentTest |
ExtentTest.skip(Media media)
Logs an event with
Status.SKIP and ScreenCapture |
ExtentTest |
ExtentTest.skip(String details,
Media media) |
ExtentTest |
ExtentTest.skip(Throwable t,
Media media)
Logs an
Status.SKIP event with an exception and a media
object: ScreenCapture |
ExtentTest |
ExtentTest.warning(Media media)
Logs an event with
Status.WARNING and ScreenCapture |
ExtentTest |
ExtentTest.warning(String details,
Media media)
Logs an
Status.WARNING event with an exception and a media
object: ScreenCapture |
ExtentTest |
ExtentTest.warning(Throwable t,
Media media)
Logs an
Status.WARNING event with an exception and a media
object: ScreenCapture |
| Modifier and Type | Method and Description |
|---|---|
Media |
ScreenCaptureTypeAdapter.read(com.google.gson.stream.JsonReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenCaptureTypeAdapter.write(com.google.gson.stream.JsonWriter out,
Media value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScreenCapture |
| Modifier and Type | Method and Description |
|---|---|
void |
Test.addMedia(Media m) |
void |
Log.addMedia(Media media) |
| Modifier and Type | Method and Description |
|---|---|
static String |
MediaService.getBase64(Media m) |
static boolean |
MediaService.isBase64(Media m) |
static void |
MediaService.tryResolveMediaPath(Media media,
String[] knownPath) |
Copyright © 2020. All rights reserved.