Uses of Enum Class
com.aventstack.extentreports.Status
Packages that use Status
Package
Description
-
Uses of Status in com.aventstack.extentreports
Methods in com.aventstack.extentreports that return StatusModifier and TypeMethodDescriptionExtentTest.getStatus()static Statusstatic StatusStatus.max(Collection<Status> status) static StatusStatus.min(Collection<Status> status) static StatusReturns the enum constant of this class with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aventstack.extentreports that return types with arguments of type StatusMethods in com.aventstack.extentreports with parameters of type StatusModifier and TypeMethodDescriptionExtentTest.generateLog(Status status, Markup markup) Create a non-standard log with details.ExtentTest.generateLog(Status status, String details) Create a non-standard log with details.static StringLogs an event withStatus, details and a media object:ScreenCaptureLogs an event withStatusand detailsLogs an event withStatus, details and a media object:ScreenCaptureLogs an event withStatus, details and a media object:ScreenCaptureLogs an event withStatusand exceptionLogs an event withStatus, an exception and a media object:ScreenCapturestatic StatusMethod parameters in com.aventstack.extentreports with type arguments of type StatusModifier and TypeMethodDescriptionStatus.getResolvedHierarchy(List<Status> status) static StatusStatus.max(Collection<Status> status) static StatusStatus.min(Collection<Status> status) -
Uses of Status in com.aventstack.extentreports.model
Methods in com.aventstack.extentreports.model that return StatusMethods in com.aventstack.extentreports.model with parameters of type StatusMethod parameters in com.aventstack.extentreports.model with type arguments of type Status -
Uses of Status in com.aventstack.extentreports.model.context.filter
Method parameters in com.aventstack.extentreports.model.context.filter with type arguments of type StatusModifier and TypeMethodDescriptionNamedAttributeTestContextFilter.filter(NamedAttributeContextManager<T> mgr, Set<Status> status) -
Uses of Status in com.aventstack.extentreports.model.service
Method parameters in com.aventstack.extentreports.model.service with type arguments of type Status -
Uses of Status in com.aventstack.extentreports.reporter
Method parameters in com.aventstack.extentreports.reporter with type arguments of type StatusModifier and TypeMethodDescriptionAbstractFilterableReporter.filterAndGet(Report report, Set<Status> set) -
Uses of Status in com.aventstack.extentreports.reporter.configuration
Methods in com.aventstack.extentreports.reporter.configuration with parameters of type StatusMethod parameters in com.aventstack.extentreports.reporter.configuration with type arguments of type StatusModifier and TypeMethodDescription -
Uses of Status in com.aventstack.extentreports.reporter.filter
Methods in com.aventstack.extentreports.reporter.filter with parameters of type StatusModifier and TypeMethodDescriptionMethod parameters in com.aventstack.extentreports.reporter.filter with type arguments of type StatusConstructor parameters in com.aventstack.extentreports.reporter.filter with type arguments of type Status