Package

com.github.agourlay.cornichon.steps

wrapped

Permalink

package wrapped

Visibility
  1. Public
  2. All

Type Members

  1. case class AttachAsStep(title: String, nested: List[Step]) extends WrapperStep with Product with Serializable

    Permalink
  2. case class AttachStep(title: String = "", nested: List[Step]) extends WrapperStep with Product with Serializable

    Permalink
  3. case class ConcurrentlyStep(nested: List[Step], factor: Int, maxTime: FiniteDuration) extends WrapperStep with Product with Serializable

    Permalink
  4. case class EventuallyConf(maxTime: FiniteDuration, interval: FiniteDuration) extends Product with Serializable

    Permalink
  5. case class EventuallyStep(nested: List[Step], conf: EventuallyConf) extends WrapperStep with Product with Serializable

    Permalink
  6. case class LogDurationStep(nested: List[Step], label: String) extends WrapperStep with Product with Serializable

    Permalink
  7. case class RepeatDuringStep(nested: List[Step], duration: FiniteDuration) extends WrapperStep with Product with Serializable

    Permalink
  8. case class RepeatStep(nested: List[Step], occurrence: Int) extends WrapperStep with Product with Serializable

    Permalink
  9. case class RetryMaxStep(nested: List[Step], limit: Int) extends WrapperStep with Product with Serializable

    Permalink
  10. case class WithBlockScopedResource(nested: List[Step], resource: BlockScopedResource) extends WrapperStep with Product with Serializable

    Permalink
  11. case class WithDataInputStep(nested: List[Step], where: String) extends WrapperStep with Product with Serializable

    Permalink
  12. case class WithinStep(nested: List[Step], maxDuration: Duration) extends WrapperStep with Product with Serializable

    Permalink

Value Members

  1. object ConcurrentlyTimeout extends Exception with CornichonError with Product with Serializable

    Permalink
  2. object EventuallyBlockSucceedAfterMaxDuration extends Exception with CornichonError with Product with Serializable

    Permalink
  3. object EventuallyConf extends Serializable

    Permalink
  4. object RepeatBlockContainFailedSteps extends Exception with CornichonError with Product with Serializable

    Permalink
  5. object RepeatDuringBlockContainFailedSteps extends Exception with CornichonError with Product with Serializable

    Permalink
  6. object RetryMaxBlockReachedLimit extends Exception with CornichonError with Product with Serializable

    Permalink
  7. object WithinBlockSucceedAfterMaxDuration extends Exception with CornichonError with Product with Serializable

    Permalink

Ungrouped