in scala/testing/SUnit
class AssertFailed

case class AssertFailed(msg: String)
extends RuntimeException
with ScalaObject
with CaseClass

an AssertFailed is thrown for a failed assertion

Field Summary
  val msg: String

Method Summary
override def toString(): String

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from java/lang/Throwable-class
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, throw

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/CaseClass-class
caseArity, caseElement, caseName

Methods inherited from scala/ScalaObject-class
getScalaType

Field Detail

msg

  val msg: String
Method Detail

toString

  override def toString(): String