Uses of Class
com.carrotsearch.ant.tasks.junit4.listeners.StackTraceFilter
-
Packages that use StackTraceFilter Package Description com.carrotsearch.ant.tasks.junit4.listeners -
-
Uses of StackTraceFilter in com.carrotsearch.ant.tasks.junit4.listeners
Fields in com.carrotsearch.ant.tasks.junit4.listeners with type parameters of type StackTraceFilter Modifier and Type Field Description private java.util.List<StackTraceFilter>
TextReport. stackFilters
Stack trace filters.Methods in com.carrotsearch.ant.tasks.junit4.listeners with parameters of type StackTraceFilter Modifier and Type Method Description void
TextReport. addConfigured(StackTraceFilter sfilter)
Filter stack traces from certain frames.
-