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 SimpleWrapperStep with Product with Serializable

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

    Permalink
  3. case class ConcurrentlyError(cause: Throwable) extends CornichonError with Product with Serializable

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

    Permalink
  5. case class ConcurrentlyTimeout(factor: Int, success: Int) extends CornichonError with Product with Serializable

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

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

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

    Permalink
  9. case class RepeatBlockContainFailedSteps(failedOccurence: Int, errors: NonEmptyList[CornichonError]) extends CornichonError with Product with Serializable

    Permalink
  10. case class RepeatDuringBlockContainFailedSteps(duration: FiniteDuration, errors: NonEmptyList[CornichonError]) extends CornichonError with Product with Serializable

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

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

    Permalink
  13. case class RepeatWithBlockContainFailedSteps(element: String, errors: NonEmptyList[CornichonError]) extends CornichonError with Product with Serializable

    Permalink
  14. case class RepeatWithStep(nested: List[Step], elements: List[String], elementName: String) extends WrapperStep with Product with Serializable

    Permalink
  15. case class RetryMaxBlockReachedLimit(limit: Int, errors: NonEmptyList[CornichonError]) extends CornichonError with Product with Serializable

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

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

    Permalink
  18. case class WithDataInputBlockFailedStep(failedInputs: List[(String, String)], errors: NonEmptyList[CornichonError]) extends CornichonError with Product with Serializable

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

    Permalink
  20. case class WithinBlockSucceedAfterMaxDuration(maxDuration: Duration, executionTime: Duration) extends CornichonError with Product with Serializable

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

    Permalink

Value Members

  1. object EventuallyBlockSucceedAfterMaxDuration extends CornichonError with Product with Serializable

    Permalink
  2. object EventuallyConf extends Serializable

    Permalink

Ungrouped