IncludeExcludeStackTraceFilter

org.specs2.control.IncludeExcludeStackTraceFilter
See theIncludeExcludeStackTraceFilter companion object
case class IncludeExcludeStackTraceFilter(include: Seq[String], exclude: Seq[String]) extends StackTraceFilter

Implementation of the StackTraceFilter trait with a list of include/exclude patterns

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
Self type

Members list

Value members

Concrete methods

def apply(st: Seq[StackTraceElement]): Seq[StackTraceElement]

filter an Exception stacktrace

filter an Exception stacktrace

Attributes

add exclude patterns

add exclude patterns

Attributes

add include patterns

add include patterns

Attributes

Inherited methods

def apply[T <: Throwable](t: T): T

Attributes

Returns

an exception with a filtered stacktrace

Inherited from:
StackTraceFilter
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product