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