org.scalatest
Companion object to class Specs that offers an apply factory method for creating a Specs instance.
Specs
apply
One use case for this object is to run multiple specification-style suites in the Scala interpreter, like this:
scala> Specs(new MyFirstSpec, new MyNextSpec).execute()
Factory method for creating a Suites instance.
Suites
Companion object to class
Specs
that offers anapply
factory method for creating aSpecs
instance.One use case for this object is to run multiple specification-style suites in the Scala interpreter, like this: