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