org.scalatest

class SpecReport

[source: org/scalatest/SpecReport.scala]

@scala.deprecated

@scala.serializable

class SpecReport(val override name : java.lang.String, val override message : java.lang.String, val plainSpecText : java.lang.String, val formattedSpecText : java.lang.String, val includeInSpecOutput : Boolean, val override throwable : scala.Option[java.lang.Throwable], val override rerunnable : scala.Option[Rerunnable], val override threadName : java.lang.String, val override date : java.util.Date)
extends Report

Class formerly used to send specification-style 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 SpecReport is no longer used by the ScalaTest API. It has essentially been replaced by the event mechanism in package org.scalatest.events. It will be removed after a two-release deprecation cycle. Please migrate any uses of SpecReport to use the new event mechanism.

Author
Bill Venners
Additional Constructor Summary
def this (name : java.lang.String, message : java.lang.String, plainSpecText : java.lang.String, formattedSpecText : java.lang.String, includeInSpecOutput : Boolean) : SpecReport
Note: This class has been deprecated and will be removed in a future version of ScalaTest.
def this (name : java.lang.String, message : java.lang.String, plainSpecText : java.lang.String, formattedSpecText : java.lang.String, includeInSpecOutput : Boolean, throwable : scala.Option[java.lang.Throwable], rerunnable : scala.Option[Rerunnable]) : SpecReport
Note: This class has been deprecated and will be removed in a future version of ScalaTest.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Additional Constructor Details
@scala.deprecated

def this(name : java.lang.String, message : java.lang.String, plainSpecText : java.lang.String, formattedSpecText : java.lang.String, includeInSpecOutput : Boolean) : SpecReport
Note: This class has been deprecated and will be removed in a future version of ScalaTest.

@scala.deprecated

def this(name : java.lang.String, message : java.lang.String, plainSpecText : java.lang.String, formattedSpecText : java.lang.String, includeInSpecOutput : Boolean, throwable : scala.Option[java.lang.Throwable], rerunnable : scala.Option[Rerunnable]) : SpecReport
Note: This class has been deprecated and will be removed in a future version of ScalaTest.


Copyright (C) 2001-2009 Artima, Inc. All rights reserved.