package spi

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AirSpecContext extends AnyRef

    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

    Define exceptions that will be used for various test failures

  3. trait AirSpecFailureBase extends RuntimeException with AirSpecException
  4. case class AssertionFailure(message: String, code: SourceCode) extends RuntimeException with AirSpecFailureBase with Product with Serializable
  5. trait Asserts extends AnyRef

  6. case class Cancelled(message: String, code: SourceCode) extends RuntimeException with AirSpecFailureBase with Product with Serializable
  7. case class Ignored(message: String, code: SourceCode) extends RuntimeException with AirSpecFailureBase with Product with Serializable
  8. case class InterceptException(message: String, code: SourceCode) extends RuntimeException with AirSpecFailureBase with Product with Serializable
  9. case class MissingTestDependency(message: String) extends RuntimeException with AirSpecException with Product with Serializable
  10. case class Pending(message: String, code: SourceCode) extends RuntimeException with AirSpecFailureBase with Product with Serializable
  11. trait PropertyCheck extends Asserts

  12. trait RichAsserts extends LogSupport

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

Value Members

  1. object AirSpecContext
  2. object AirSpecException extends Serializable

Ungrouped