Stepwise

org.scalatest.Stepwise
See theStepwise companion class
object Stepwise

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

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

Attributes

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

Members list

Value members

Concrete methods

def apply(suitesToNest: Suite*): Stepwise

Factory method for creating a Stepwise instance.

Factory method for creating a Stepwise instance.

Attributes