in scala.testing.SUnit
class TestFailure

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

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

def this ( p : Tuple2 )



Def Summary
override def toString : java.lang.String

def trace : java.lang.String



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

def this ( p : Tuple2 )

Def Detail
override def toString : java.lang.String

def trace : java.lang.String