Packages

package scalatest

Type Members

  1. trait Bindings[TestData] extends AnyRef

    Provides access to the data under test and the test context.

    Provides access to the data under test and the test context.

    TestData

    The type of the data under test.

  2. trait PayloadAndGeometry extends org.scalatest.Suite

    Trait to attach custom payloads and geometries to a test-case report.

    Trait to attach custom payloads and geometries to a test-case report.

    This is typically used in nested suites that test a single feature in a test data partition, to augment the report with custom information or geometry.

  3. class ScalatestSuite[TestData] extends Suite[TestData]

    Wraps a org.scalatest.Suite class into a com.here.platform.data.processing.validation.Suite.

    Wraps a org.scalatest.Suite class into a com.here.platform.data.processing.validation.Suite.

    This trait allows you to write tests using Scalatest DSL.

    TestData

    The type of the data under test.

Ungrouped