Object/Trait

org.scalatest

Checkpoints

Related Docs: trait Checkpoints | package scalatest

Permalink

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.

Source
Checkpoints.scala
Linear Supertypes
Checkpoints, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Checkpoints
  2. Checkpoints
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class Checkpoint extends AnyRef

    Permalink

    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.

    Definition Classes
    Checkpoints