Uses of Class
com.aventstack.extentreports.Status
-
-
Uses of Status in com.aventstack.extentreports
Methods in com.aventstack.extentreports that return Status Modifier and Type Method Description StatusExtentTest. getStatus()static StatusStatus. max(Status s1, Status s2)static StatusStatus. max(Collection<Status> status)static StatusStatus. min(Collection<Status> status)static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aventstack.extentreports that return types with arguments of type Status Modifier and Type Method Description static List<Status>Status. getResolvedHierarchy(List<Status> status)Methods in com.aventstack.extentreports with parameters of type Status Modifier and Type Method Description ExtentTestExtentTest. generateLog(Status status, Markup markup)Create a non-standard log with details.ExtentTestExtentTest. generateLog(Status status, String details)Create a non-standard log with details.static StringStatus. i(Status status)ExtentTestExtentTest. log(Status status, Markup markup)ExtentTestExtentTest. 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)Logs an event withStatusand detailsExtentTestExtentTest. 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)Logs an event withStatusand exceptionExtentTestExtentTest. log(Status status, Throwable t, Media media)Logs an event withStatus, an exception and a media object:ScreenCapturestatic StatusStatus. max(Status s1, Status s2)Method parameters in com.aventstack.extentreports with type arguments of type Status Modifier and Type Method Description static List<Status>Status. 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 Status Modifier and Type Method Description StatusReport. getStatus()StatusRunResult. getStatus()Methods in com.aventstack.extentreports.model with parameters of type Status Modifier and Type Method Description booleanReport. anyTestHasStatus(Status status)Method parameters in com.aventstack.extentreports.model with type arguments of type Status Modifier and Type Method Description longReportStats. sumStat(Map<Status,Long> stat) -
Uses of Status in com.aventstack.extentreports.model.context.filter
Method parameters in com.aventstack.extentreports.model.context.filter with type arguments of type Status Modifier and Type Method Description Set<NamedAttributeContext<T>>NamedAttributeTestContextFilter. 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 Modifier and Type Method Description static ReportReportFilterService. filter(Report report, Set<Status> statusList) -
Uses of Status in com.aventstack.extentreports.reporter
Method parameters in com.aventstack.extentreports.reporter with type arguments of type Status Modifier and Type Method Description ReportAbstractFilterableReporter. 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 Status Modifier and Type Method Description EntityFilters<T>StatusFilter. as(Status[] status)Method parameters in com.aventstack.extentreports.reporter.configuration with type arguments of type Status Modifier and Type Method Description EntityFilters<T>StatusFilter. as(List<Status> status)EntityFilters<T>StatusFilter. as(Set<Status> status) -
Uses of Status in com.aventstack.extentreports.reporter.filter
Methods in com.aventstack.extentreports.reporter.filter with parameters of type Status Modifier and Type Method Description ContextFilter.BuilderContextFilter.Builder. status(Status status)ContextFilter.BuilderContextFilter.Builder. status(Status[] status)Method parameters in com.aventstack.extentreports.reporter.filter with type arguments of type Status Modifier and Type Method Description ReportStatusFilterable. filterAndGet(Report report, Set<Status> set)ContextFilter.BuilderContextFilter.Builder. status(Set<Status> status)Constructor parameters in com.aventstack.extentreports.reporter.filter with type arguments of type Status Constructor Description ContextFilter(Set<Status> status, Set<String> author, Set<String> category, Set<String> device)
-