Uses of Class
com.aventstack.extentreports.reporter.configuration.EntityFilters
-
Packages that use EntityFilters Package Description com.aventstack.extentreports.reporter com.aventstack.extentreports.reporter.configuration -
-
Uses of EntityFilters in com.aventstack.extentreports.reporter
Methods in com.aventstack.extentreports.reporter that return EntityFilters Modifier and Type Method Description EntityFilters<ExtentSparkReporter>ExtentSparkReporter. filter()EntityFilters<T>ReporterFilterable. filter() -
Uses of EntityFilters in com.aventstack.extentreports.reporter.configuration
Methods in com.aventstack.extentreports.reporter.configuration that return EntityFilters Modifier and Type Method Description EntityFilters<T>StatusFilter. as(Status[] status)EntityFilters<T>StatusFilter. as(List<Status> status)EntityFilters<T>StatusFilter. as(Set<Status> status)Constructors in com.aventstack.extentreports.reporter.configuration with parameters of type EntityFilters Constructor Description StatusFilter(EntityFilters<T> configurer)
-