class
Report
extends AnyRef
Instance Constructors
-
new
Report
(name: String, message: String, throwable: Option[Throwable], rerunnable: Option[Rerunnable], threadName: String, date: Date)
-
new
Report
(name: String, message: String, throwable: Option[Throwable], rerunnable: Option[Rerunnable])
-
new
Report
(name: String, message: String)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
val
date
: Date
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
val
message
: String
-
val
name
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
rerunnable
: Option[Rerunnable]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
val
threadName
: String
-
val
throwable
: Option[Throwable]
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Class formerly used to send reports to a
Reporter. Note: This class has been deprecated and will be removed in a future version of ScalaTest.As of version 1.0, class
Reportis no longer used by the ScalaTest API. It has essentially been replaced by the event mechanism in packageorg.scalatest.events. It will be removed after a two-release deprecation cycle. Please migrate any uses ofReportto use the new event mechanism.scala.this.deprecated.init$default$1