Package

wvlet.airspec

spi

Permalink

package spi

Visibility
  1. Public
  2. All

Type Members

  1. trait AirSpecContext extends AnyRef

    Permalink

    AirSpecContext is an interface to pass the test environment data to individual test methods.

    AirSpecContext is an interface to pass the test environment data to individual test methods.

    Spec: global -

  2. trait AirSpecException extends RuntimeException

    Permalink

    Define exceptions that will be used for various test failures

  3. trait AirSpecFailureBase extends RuntimeException with AirSpecException

    Permalink
  4. case class AssertionFailure(message: String, code: SourceCode) extends RuntimeException with AirSpecFailureBase with Product with Serializable

    Permalink
  5. trait Asserts extends AnyRef

    Permalink

  6. case class Cancelled(message: String, code: SourceCode) extends RuntimeException with AirSpecFailureBase with Product with Serializable

    Permalink
  7. case class Ignored(message: String, code: SourceCode) extends RuntimeException with AirSpecFailureBase with Product with Serializable

    Permalink
  8. case class InterceptException(message: String, code: SourceCode) extends RuntimeException with AirSpecFailureBase with Product with Serializable

    Permalink
  9. case class MissingTestDependency(message: String) extends RuntimeException with AirSpecException with Product with Serializable

    Permalink
  10. case class Pending(message: String, code: SourceCode) extends RuntimeException with AirSpecFailureBase with Product with Serializable

    Permalink
  11. trait PropertyCheck extends Asserts

    Permalink

  12. trait RichAsserts extends LogSupport

    Permalink

  13. case class Skipped(message: String, code: SourceCode) extends RuntimeException with AirSpecFailureBase with Product with Serializable

    Permalink

Value Members

  1. object AirSpecContext

    Permalink
  2. object AirSpecException extends Serializable

    Permalink
  3. object Asserts

    Permalink

Ungrouped