Checkpoints

org.scalatest.Checkpoints
See theCheckpoints companion trait
object Checkpoints extends Checkpoints

Companion object that facilitates the importing the members of trait Checkpoints as an alternative to mixing it in. One use case is to import Checkpoints so you can use it in the Scala interpreter.

Attributes

Companion
trait
Graph
Supertypes
trait Checkpoints
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

class Checkpoint

Class that allows multiple assertions to be performed within a test, with any failures accumulated and reported together at the end of the test.

Class that allows multiple assertions to be performed within a test, with any failures accumulated and reported together at the end of the test.

See the main documentation for trait Checkpoints for more information and an example.

Attributes

Inherited from:
Checkpoints
Supertypes
class Object
trait Matchable
class Any