Suites

org.scalatest.Suites
See theSuites companion class
object Suites

Companion object to class Suites that offers an apply factory method for creating a Suites instance.

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()

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Suites.type

Members list

Value members

Concrete methods

def apply(suitesToNest: Suite*): Suites

Factory method for creating a Suites instance.

Factory method for creating a Suites instance.

Attributes