Package

io.magentys.donut.transformers

cucumber

Permalink

package cucumber

Visibility
  1. Public
  2. All

Type Members

  1. case class AfterHook(result: Result, match: Match) extends Product with Serializable

    Permalink
  2. case class Argument(offset: Int, val: String = "") extends Product with Serializable

    Permalink
  3. case class BeforeHook(result: Result, match: Match) extends Product with Serializable

    Permalink
  4. case class Comment(value: String, line: Int) extends Product with Serializable

    Permalink
  5. case class Element(id: String = "", description: String, name: String, keyword: String, line: Int, type: String, before: List[BeforeHook], after: List[AfterHook], tags: List[Tag], steps: List[Step]) extends Product with Serializable

    Permalink
  6. case class Embedding(mime_type: String = "", data: String = "", id: Int = 0) extends Product with Serializable

    Permalink
  7. case class Feature(keyword: String, name: String, description: String, line: Int, id: String, uri: String, elements: List[Element], comments: List[Comment], tags: List[Tag]) extends Product with Serializable

    Permalink
  8. case class Match(location: String = "", arguments: Option[List[Argument]]) extends Product with Serializable

    Permalink
  9. case class Result(duration: Long = 0L, status: String = "", error_message: String = "") extends Product with Serializable

    Permalink
  10. case class Row(comments: List[Comment], cells: List[String], line: Int) extends Product with Serializable

    Permalink
  11. case class Step(name: String, keyword: String, line: Int, result: Result, match: Match, rows: List[Row], matchedColumns: List[Int], output: List[String], embeddings: List[Embedding]) extends Product with Serializable

    Permalink
  12. case class Tag(name: String, line: Int) extends Product with Serializable

    Permalink

Value Members

  1. object CucumberTransformer extends Log

    Permalink

Ungrouped