Trait formerly used to rerun tests or other entities (such as suites). Note: this trait has been deprecated and will be removed in a future version of ScalaTest.
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.
Note: This trait has been deprecated and will be removed in a future version of ScalaTest.
Note: This trait has been deprecated and will be removed in a future version of ScalaTest.
Trait formerly used to rerun tests or other entities (such as suites). Note: this trait has been deprecated and will be removed in a future version of ScalaTest.
As of version 1.0, trait
Rerunnable
is no longer used by the ScalaTest API. It has essentially been replaced by traitRerunner
. It will be removed after a two-release deprecation cycle. Please migrate any uses ofRerunnable
to use traitRerunner
instead.