in scala.testing.SUnit
class TestFailure

class TestFailure
extends java.lang.Object
with scala.ScalaObject
The class TestFailure collects a failed test together with the thrown exception.

Constructor Summary
def this (failedTest: SUnit.this.Test, thrownException: java.lang.Throwable)

def this (p: scala.Tuple2[SUnit.this.Test,java.lang.Throwable])



Val Summary
val failedTest : SUnit.this.Test

val thrownException : java.lang.Throwable



Def Summary
override def toString : java.lang.String

def trace : java.lang.String



Constructor Detail
def this (failedTest: SUnit.this.Test, thrownException: java.lang.Throwable)

def this (p: scala.Tuple2[SUnit.this.Test,java.lang.Throwable])

Val Detail
val failedTest : SUnit.this.Test

val thrownException : java.lang.Throwable

Def Detail
override def toString : java.lang.String

def trace : java.lang.String