Create a new ScalaTest Runner addon instance.
Create a new ScalaTest Runner addon instance. All parameters can be omitted and set later.
The classpath used to run the ScalaTest itself.
Also the test classes may be made available on the classpath,
in which case no runpath
needs to be specified.
A list of filenames, directory paths, and/or URLs that Runner uses to load classes for the running test. If runpath is specified, Runner creates a custom class loader to load classes available on the runpath. The graphical user interface reloads the test classes anew for each run by creating and using a new instance of the custom class loader for each run. The classes that comprise the test may also be made available on the classpath, in which case no runpath need be specified.
configure te reporter.
Since 0.1.5.9000.
Since 0.1.5.9000.
Since 0.1.5.9000.
Since 0.1.5.9000.
Since 0.1.5.9000.
Since 0.1.5.9000.
Since 0.1.5.9000.
Since 0.2.0.9000.
Additional arguments for the scalatest runner. Since 0.6.0.9001.
Additional arguments for the scalatest runner.
Additional arguments for the scalatest runner. Since 0.6.0.9001.
The classpath used to run the ScalaTest itself.
The classpath used to run the ScalaTest itself.
Also the test classes may be made available on the classpath,
in which case no runpath
needs to be specified.
Execute this ScalaTest runner.
Since 0.2.0.9000.
Since 0.1.5.9000.
Since 0.1.5.9000.
Since 0.1.5.9000.
Since 0.1.5.9000.
A list of filenames, directory paths, and/or URLs that Runner uses to load classes for the running test.
A list of filenames, directory paths, and/or URLs that Runner uses to load classes for the running test. If runpath is specified, Runner creates a custom class loader to load classes available on the runpath. The graphical user interface reloads the test classes anew for each run by creating and using a new instance of the custom class loader for each run. The classes that comprise the test may also be made available on the classpath, in which case no runpath need be specified.
Since 0.1.5.9000.
Since 0.1.5.9000.
Since 0.1.5.9000.
(scalaTest: StringAdd).self
(scalaTest: StringFormat).self
configure te reporter.
configure te reporter.
(Since version 0.6.0.9001) reporter is deprecated
(scalaTest: ArrowAssoc[ScalaTest]).x
(Since version 2.10.0) Use leftOfArrow
instead
(scalaTest: Ensuring[ScalaTest]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
ScalaTest Addon to run unit tests with ScalaTest.
The ScalaTest runner can be configured via constructor parameter or
var
s. To run use ScalaTest#execute.To easily configure and execute the test runner in one go, see ScalaTest$#apply.
0.1.1