org.scalatest

diagrams

package diagrams

A single traits and companion object that provides a assertions that draw code diagrams on failure.

This package is released as the scalatest-diagrams module.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. diagrams
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Diagrams extends Assertions

    Sub-trait of Assertions that overrides assert and assume methods to include a diagram showing the values of expression in the error message when the assertion or assumption fails.

Value Members

  1. object Diagrams extends Diagrams

    Companion object that facilitates the importing of Diagrams members as an alternative to mixing it in.

Inherited from AnyRef

Inherited from Any

Ungrouped