in scala.testing.SUnit
class TestFailure

class TestFailure
extends java.lang.Object
with scala.ScalaObject
a 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] )



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] )

Def Detail
override def toString : java.lang.String

def trace : java.lang.String