ScalaTest 1.0
|
|
class
PropertyTestFailedException(message : java.lang.String, cause : scala.Option[java.lang.Throwable], failedCodeStackDepth : Int, val
undecoratedMessage : java.lang.String, val
args : scala.List[Any], val
labels : scala.List[java.lang.String])
extends
TestFailedExceptionmessage -
an optional detail message for this TestFailedException
.cause -
an optional cause, the Throwable
that caused this TestFailedException
to be thrown.failedCodeStackDepth -
the depth in the stack trace of this exception at which the line of test code that failed resides.undecoratedMessage -
just a short message that has no redundancy with args, labels, etc. The regular "message" has everything in itargs -
the argument values, if anyNullPointerException -
if message
is null
, or Some(null)
.NullPointerException -
if cause
is null
, or Some(null)
.Values and Variables inherited from TestFailedException | |
failedTestCodeStackDepth, failedTestCodeFileNameAndLineNumberString |
Values and Variables inherited from StackDepth | |
failedCodeFileNameAndLineNumberString |
Methods inherited from StackDepthException | |
initCause |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
ScalaTest 1.0
|
|