Package

wvlet

airspec

Permalink

package airspec

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. airspec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AirSpec extends AirSpecBase with Asserts with RichAsserts

    Permalink

    A base trait to use for writing test cases

  2. trait AirSpecBase extends AirSpecSpi with PlatformAirSpec

    Permalink

    If no assertion support is necessary, extend this trait.

  3. class AirSpecTestBuilder extends LogSupport

    Permalink
  4. trait CompatApi extends AnyRef

    Permalink

    An interface for compatibility between Scala JVM and Scala.js

  5. class Framework extends sbt.testing.Framework

    Permalink

    Include this class to your build.sbt: testFrameworks += new TestFramework("wvlet.airspec.AirSpecFramework")

  6. trait PlatformAirSpec extends AnyRef

    Permalink

    Platform-specific AirSpecApi implementation

Value Members

  1. object AirSpecLauncher extends LogSupport

    Permalink

  2. object AirSpecTestBuilder extends LogSupport

    Permalink
  3. object Framework

    Permalink
  4. val compat: CompatApi

    Permalink
  5. package runner

    Permalink
  6. package spi

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped