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