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 RepeatBlockContainFailedSteps(failedOccurence: Int, errors: NonEmptyList[CornichonError]) extends Exception with CornichonError with Product with Serializable

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  19. 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

Ungrouped