MatchResultStackTrace

org.specs2.matcher.MatchResultStackTrace

this trait allows to fill-in stack traces on match results for precise location

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait DataTables
trait Expectations
object Expectations.type
trait Matchers
object Matchers.type
trait MustMatchers
object MustMatchers.type
object MustThrownMatchers.type
object ShouldMatchers.type
object ShouldThrownMatchers.type
object MatchersImplicits.type
object ReturnsSyntax.type
object ShouldExpectations.type
object MustExpectations.type
object MatcherZipOperators.type
object ResultImplicits.type
object StandardMatchResults.type
object ThrownExpectations.type
object TypedEqual.type
Show all

Members list

Value members

Concrete methods

protected def setStacktrace[T](m: MatchResult[T]): MatchResult[T]

this method can be overridden to avoid filling-in a stacktrace indicating the location of the result

this method can be overridden to avoid filling-in a stacktrace indicating the location of the result

Attributes