|
ScalaTest 1.0
|
|
org/scalatest/Rerunnable.scala]
trait
Rerunnable
extends AnyRef
As of version 1.0, trait Rerunnable is no longer used by the ScalaTest API. It has essentially been replaced
by trait Rerunner. It will be removed after a two-release deprecation cycle.
Please migrate any uses of Rerunnable to use trait Rerunner instead.
| Method Summary | |
abstract def
|
rerun
(reporter : Reporter, stopper : Stopper, includes : scala.collection.immutable.Set[java.lang.String], excludes : scala.collection.immutable.Set[java.lang.String], properties : scala.collection.immutable.Map[java.lang.String, Any], distributor : scala.Option[Distributor], loader : java.lang.ClassLoader) : Unit
Note: This trait 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 |
| Method Details |
abstract
def
rerun(reporter : Reporter, stopper : Stopper, includes : scala.collection.immutable.Set[java.lang.String], excludes : scala.collection.immutable.Set[java.lang.String], properties : scala.collection.immutable.Map[java.lang.String, Any], distributor : scala.Option[Distributor], loader : java.lang.ClassLoader) : Unit
|
ScalaTest 1.0
|
|