package airspec
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- airspec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
AirSpec extends AirSpecBase with Asserts with RichAsserts
A base trait to use for writing test cases
-
trait
AirSpecBase extends AirSpecSpi with PlatformAirSpec
If no assertion support is necessary, extend this trait.
- class AirSpecTestBuilder extends LogSupport
-
trait
CompatApi extends AnyRef
An interface for compatibility between Scala JVM and Scala.js
-
class
Framework extends sbt.testing.Framework
Include this class to your build.sbt: testFrameworks += new TestFramework("wvlet.airspec.AirSpecFramework")
-
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
- val compat: CompatApi
- object AirSpecLauncher extends LogSupport
- object AirSpecTestBuilder extends LogSupport
- object Framework