This class can be used to executed a Specification in the Console by specifying its name as the first argument on the command line
This trait finds specifications in the source directory, instantiate them as one big specification and report them using the ConsoleReporter or the HtmlReporter depending on the presence of the html flag
This reporter will just notify the test interface about test results for the end statistics
This runner can be used with any class implementing the Notifier trait
This trait loads specifications found on a given source directory based on a regular expression representing the Specification name, usually .
Implementation of the Framework interface for the sbt tool.
Implementation of the Framework interface for the sbt tool.
This trait is responsible for exiting the system after a run, depending on the success of the execution
Runner for TestInterface.
This object can be used to debug the behavior of the SbtRunner
This object can be used to debug the behavior of the TestInterfaceRunner