Package

blended.itestsupport

condition

Permalink

package condition

Visibility
  1. Public
  2. All

Type Members

  1. class AlwaysTrue extends Condition

    Permalink
  2. abstract class AsyncChecker extends Actor with ActorLogging

    Permalink
  3. class AsyncCondition extends Condition

    Permalink
  4. abstract class ComposedCondition extends Condition

    Permalink
  5. trait Condition extends AnyRef

    Permalink

    A Condition encapsulates an assertion that may change over time.

    A Condition encapsulates an assertion that may change over time. The use case is to wait for a Condition to be satisfied at some - normally that is a pre condition that must be fulfilled before the real tests are executed.

  6. class ConditionActor extends Actor with ActorLogging

    Permalink
  7. class DelayedTrue extends Condition

    Permalink
  8. class NeverTrue extends Condition

    Permalink
  9. case class ParallelComposedCondition(conditions: Condition*) extends ComposedCondition with Product with Serializable

    Permalink
  10. class ParallelConditionActor extends Actor with ActorLogging

    Permalink
  11. case class SequentialComposedCondition(conditions: Condition*) extends ComposedCondition with Product with Serializable

    Permalink
  12. class SequentialConditionActor extends Actor with ActorLogging

    Permalink

Ungrouped