Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package scalatest

    ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter.

    ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter.

    Definition Classes
    org
  • package compatible
    Definition Classes
    scalatest
  • Assertion

trait Assertion extends AnyRef

Marker trait for ScalaTest-compatible assertion types.

This will eventually be released as a module, so that third-party libraries can depend just on a module that has just this one thing in it. Since it compiles down to a simple Java interface, there should be no binary compatibility worries. It allows third party libraries to define things that can appear last in a ScalaTest test body that requires type compatible.Assertion.

Source
Assertion.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Assertion
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All