Packages

p

wvlet

airspec

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

    A base trait to use for writing test cases

  2. trait AirSpecBase extends AirSpecSpi with PlatformAirSpec

    If no assertion support is necessary, extend this trait.

  3. class AirSpecTestBuilder extends AnyRef
  4. trait CompatApi extends AnyRef

    An interface for compatibility between Scala JVM and Scala.js

  5. class Framework extends sbt.testing.Framework

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

  6. trait PlatformAirSpec extends AnyRef

    Scala.js platform-specific implementation

    Scala.js platform-specific implementation

    EnableReflectiveInstantiation annotation is necessary to support (test class).getInstance() in Scala.js

    Annotations
    @EnableReflectiveInstantiation()

Value Members

  1. val compat: CompatApi
  2. object AirSpecLauncher extends LogSupport

  3. object AirSpecTestBuilder
  4. object Framework

Inherited from AnyRef

Inherited from Any

Ungrouped