object TestStatus
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestStatus
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Cancelled(cause: IndividualTestFailure, throwableCause: Throwable, trace: Trace[Any]) extends Finished with Product with Serializable
- sealed trait Done extends TestStatus
- final case class EarlyCancelled(cause: EnvLevelFailure, throwableCause: Throwable) extends Setup with Done with Product with Serializable
- final case class EarlyFailed(cause: EnvLevelFailure, throwableCause: Throwable) extends Setup with Done with Product with Serializable
- final case class EarlyIgnoredByPrecondition(cause: EnvLevelFailure, checks: NEList[Failure]) extends Setup with Done with Product with Serializable
- final case class Failed(cause: IndividualTestFailure, throwableCause: Throwable, trace: Trace[Any]) extends Finished with Product with Serializable
- final case class FailedInitialPlanning(failure: PlanningFailure, throwableCause: Throwable, timing: Timing) extends Setup with Done with Product with Serializable
- final case class FailedPlanning(timing: Timing, failure: InjectorFailed) extends Setup with Done with Product with Serializable
- final case class FailedRuntimePlanning(failure: RuntimePlanningFailure) extends Setup with Done with Product with Serializable
- sealed trait Finished extends Done
An outcome of a test which actually started
- final case class IgnoredByPrecondition(cause: IndividualTestFailure, checks: NEList[Failure]) extends Done with Product with Serializable
An integration check failed
- sealed trait InProgress extends TestStatus
- case class Instantiating(plan: Plan, successfulPlanningTime: Timing, logPlan: Boolean) extends InProgress with Product with Serializable
- case class Running(locator: Locator, successfulPlanningTime: Timing, successfulProvTime: Timing) extends InProgress with Product with Serializable
- sealed trait Setup extends TestStatus
Failures that happened during environment preparation stage.
Failures that happened during environment preparation stage. The actual test didn't even attempt to run
- final case class Succeed(result: TestSuccess) extends Finished with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()