Package

wvlet.airframe.spec

spi

Permalink

package spi

Visibility
  1. Public
  2. All

Type Members

  1. trait AirSpecException extends RuntimeException

    Permalink

    Define exceptions that will be used for various test failures

  2. case class AssertionFailure(message: String, code: SourceCode) extends RuntimeException with AirSpecException with Product with Serializable

    Permalink
  3. trait Asserts extends AnyRef

    Permalink

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

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

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

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

    Permalink
  8. trait RichAsserts extends LogSupport

    Permalink

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

    Permalink

Value Members

  1. object AirSpecException extends Serializable

    Permalink

Ungrouped