Uses of Class
com.aventstack.extentreports.model.Media
-
Packages that use Media Package Description com.aventstack.extentreports com.aventstack.extentreports.append com.aventstack.extentreports.model com.aventstack.extentreports.model.service -
-
Uses of Media in com.aventstack.extentreports
Methods in com.aventstack.extentreports that return Media Modifier and Type Method Description MediaMediaEntityBuilder. build()Methods in com.aventstack.extentreports with parameters of type Media Modifier and Type Method Description ExtentTestExtentTest. addMedia(Media m)ExtentTestExtentTest. fail(Media media)Logs an event withStatus.FAILandScreenCaptureExtentTestExtentTest. fail(String details, Media media)Logs anStatus.FAILevent with details and a media object:ScreenCaptureExtentTestExtentTest. fail(Throwable t, Media media)Logs anStatus.FAILevent with an exception and a media object:ScreenCaptureExtentTestExtentTest. info(Media media)Logs an event withStatus.INFOandScreenCaptureExtentTestExtentTest. info(String details, Media media)Logs anStatus.INFOevent with details and a media object:ScreenCaptureExtentTestExtentTest. info(Throwable t, Media media)Logs anStatus.INFOevent with an exception and a media object:ScreenCaptureExtentTestExtentTest. log(Status status, Markup markup, Media media)ExtentTestExtentTest. log(Status status, Media media)Logs an event withStatus, details and a media object:ScreenCaptureExtentTestExtentTest. log(Status status, String details, Media media)Logs an event withStatus, details and a media object:ScreenCaptureExtentTestExtentTest. log(Status status, String details, Throwable t, Media media)Logs an event withStatus, details and a media object:ScreenCaptureExtentTestExtentTest. log(Status status, Throwable t, Media media)Logs an event withStatus, an exception and a media object:ScreenCaptureprotected voidAbstractProcessor. onMediaAdded(Media m, Log log, Test test)protected voidAbstractProcessor. onMediaAdded(Media m, Test test)ExtentTestExtentTest. pass(Media media)Logs an event withStatus.PASSandScreenCaptureExtentTestExtentTest. pass(String details, Media media)Logs anStatus.PASSevent with details and a media object:ScreenCaptureExtentTestExtentTest. pass(Throwable t, Media media)Logs anStatus.PASSevent with an exception and a media object:ScreenCaptureExtentTestExtentTest. skip(Media media)Logs an event withStatus.SKIPandScreenCaptureExtentTestExtentTest. skip(String details, Media media)ExtentTestExtentTest. skip(Throwable t, Media media)Logs anStatus.SKIPevent with an exception and a media object:ScreenCaptureExtentTestExtentTest. warning(Media media)Logs an event withStatus.WARNINGandScreenCaptureExtentTestExtentTest. warning(String details, Media media)Logs anStatus.WARNINGevent with an exception and a media object:ScreenCaptureExtentTestExtentTest. warning(Throwable t, Media media)Logs anStatus.WARNINGevent with an exception and a media object:ScreenCapture -
Uses of Media in com.aventstack.extentreports.append
Methods in com.aventstack.extentreports.append that return Media Modifier and Type Method Description MediaMediaTypeAdapter. read(com.google.gson.stream.JsonReader reader)MediaScreenCaptureTypeAdapter. read(com.google.gson.stream.JsonReader reader)Methods in com.aventstack.extentreports.append with parameters of type Media Modifier and Type Method Description voidMediaTypeAdapter. write(com.google.gson.stream.JsonWriter out, Media value)voidScreenCaptureTypeAdapter. write(com.google.gson.stream.JsonWriter out, Media value) -
Uses of Media in com.aventstack.extentreports.model
Subclasses of Media in com.aventstack.extentreports.model Modifier and Type Class Description classScreenCaptureclassVideoMethods in com.aventstack.extentreports.model with parameters of type Media Modifier and Type Method Description voidLog. addMedia(Media media)voidTest. addMedia(Media m) -
Uses of Media in com.aventstack.extentreports.model.service
Methods in com.aventstack.extentreports.model.service that return Media Modifier and Type Method Description static MediaMediaService. createMedia(String type, String path, String resolvedPath, String title, String base64)Methods in com.aventstack.extentreports.model.service with parameters of type Media Modifier and Type Method Description static StringMediaService. getBase64(Media m)static StringMediaService. getVideoBase64(Media m)static booleanMediaService. isBase64(Media m)static booleanTestService. isScreenCapture(Media m)static booleanTestService. isVideo(Media m)static booleanMediaService. isVideoBase64(Media m)static voidMediaService. tryResolveMediaPath(Media media, String[] knownPath)static StringTestService. videoSrc(Media m)
-