Package

com.github.agourlay.cornichon

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. case class ColoredLogInstruction(message: String, ansiColor: String, margin: Int) extends LogInstruction with Product with Serializable

    Permalink
  2. case class ConcurrentStart(factor: Int, maxTime: Duration) extends ConcurrentStep with Product with Serializable

    Permalink
  3. sealed trait ConcurrentStep extends Step

    Permalink
  4. case class ConcurrentStop(factor: Int) extends ConcurrentStep with Product with Serializable

    Permalink
  5. trait CornichonError extends Exception with NoStackTrace

    Permalink
  6. trait CornichonLogger extends AnyRef

    Permalink
  7. case class DebugStep(message: (Session) ⇒ String) extends Step with Product with Serializable

    Permalink
  8. case class DefaultLogInstruction(message: String, margin: Int) extends LogInstruction with Product with Serializable

    Permalink
  9. case class DetailedStepAssertion[A](expected: A, result: A, details: (A) ⇒ String) extends StepAssertion[A] with Product with Serializable

    Permalink
  10. case class DetailedStepAssertionError[A](result: A, detailedAssertion: (A) ⇒ String) extends Exception with CornichonError with Product with Serializable

    Permalink
  11. case class EmptyKeyException(s: Session) extends Exception with CornichonError with Product with Serializable

    Permalink
  12. class Engine extends AnyRef

    Permalink
  13. case class EventuallyConf(maxTime: Duration, interval: Duration) extends Product with Serializable

    Permalink
  14. case class EventuallyStart(conf: EventuallyConf) extends EventuallyStep with Product with Serializable

    Permalink
  15. sealed trait EventuallyStep extends Step

    Permalink
  16. case class EventuallyStop(conf: EventuallyConf) extends EventuallyStep with Product with Serializable

    Permalink
  17. case class FailedRunSteps(failedStep: FailedStep, notExecutedStep: Vector[String], logs: Vector[LogInstruction], session: Session) extends StepsReport with Product with Serializable

    Permalink
  18. case class FailedScenarioReport(scenarioName: String, failedStep: FailedStep, successSteps: Vector[String], notExecutedStep: Vector[String], logs: Vector[LogInstruction], session: Session) extends ScenarioReport with Product with Serializable

    Permalink
  19. case class FailedStep(step: Step, error: CornichonError) extends Product with Serializable

    Permalink
  20. case class FeatureDef(name: String, scenarios: Vector[Scenario]) extends Product with Serializable

    Permalink
  21. case class GenMapper(gen: Gen[String]) extends Mapper with Product with Serializable

    Permalink
  22. case class GeneratorError(placeholder: String) extends Exception with CornichonError with Product with Serializable

    Permalink
  23. case class JsonMapper(key: String, jsonPath: JsonPath, transform: (String) ⇒ String = identity) extends Mapper with Product with Serializable

    Permalink
  24. case class KeyNotFoundInSession(key: String, s: Session) extends Exception with CornichonError with Product with Serializable

    Permalink
  25. sealed trait LogInstruction extends AnyRef

    Permalink
  26. sealed trait Mapper extends AnyRef

    Permalink
  27. case class Placeholder(key: String, index: Option[Int]) extends Product with Serializable

    Permalink
  28. class PlaceholderParser extends Parser

    Permalink
  29. class Resolver extends AnyRef

    Permalink
  30. case class ResolverParsingError(error: Throwable) extends Exception with CornichonError with Product with Serializable

    Permalink
  31. case class RunnableStep[A](title: String, action: (Session) ⇒ (Session, StepAssertion[A]), negate: Boolean = false, show: Boolean = true) extends Step with Product with Serializable

    Permalink
  32. trait ScalaTestIntegration extends WordSpecLike with BeforeAndAfterAll with ParallelTestExecution with CornichonLogger

    Permalink
  33. case class Scenario(name: String, steps: Vector[Step], ignored: Boolean = false) extends Product with Serializable

    Permalink
  34. sealed trait ScenarioReport extends AnyRef

    Permalink
  35. case class Session(content: HashMap[String, Vector[String]]) extends CornichonJson with Product with Serializable

    Permalink
  36. case class SimpleMapper(generator: () ⇒ String) extends Mapper with Product with Serializable

    Permalink
  37. case class SimpleMapperError[A](key: String, e: Throwable) extends Exception with CornichonError with Product with Serializable

    Permalink
  38. case class SimpleStepAssertion[A](expected: A, result: A) extends StepAssertion[A] with Product with Serializable

    Permalink
  39. sealed trait Step extends AnyRef

    Permalink
  40. sealed trait StepAssertion[A] extends AnyRef

    Permalink
  41. case class StepAssertionError[A](expected: A, actual: A, negate: Boolean) extends Exception with CornichonError with Product with Serializable

    Permalink
  42. case class StepExecutionError[A](e: Throwable) extends Exception with CornichonError with Product with Serializable

    Permalink
  43. sealed trait StepsReport extends AnyRef

    Permalink
  44. case class SuccessRunSteps(session: Session, logs: Vector[LogInstruction]) extends StepsReport with Product with Serializable

    Permalink
  45. case class SuccessScenarioReport(scenarioName: String, successSteps: Vector[String], logs: Vector[LogInstruction], session: Session) extends ScenarioReport with Product with Serializable

    Permalink
  46. case class TextMapper(key: String, transform: (String) ⇒ String = identity) extends Mapper with Product with Serializable

    Permalink

Value Members

  1. object CornichonError extends Serializable

    Permalink
  2. object EventuallyConf extends Serializable

    Permalink
  3. object FailedScenarioReport extends Serializable

    Permalink
  4. object GenMapper extends Serializable

    Permalink
  5. object Resolver

    Permalink
  6. object RunnableStep extends Serializable

    Permalink
  7. object ScenarioReport

    Permalink
  8. object Session extends Serializable

    Permalink
  9. object SimpleMapper extends Serializable

    Permalink
  10. object StepAssertion

    Permalink
  11. object SuccessScenarioReport extends Serializable

    Permalink

Ungrouped