Package

org.scalatest

compatible

Permalink

package compatible

Visibility
  1. Public
  2. All

Type Members

  1. trait Assertion extends AnyRef

    Permalink

    Marker trait for ScalaTest-compatible assertion types.

    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.

Ungrouped