Package

im.mange.shoreditch.engine

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class ScriptSummary(description: String, steps: Seq[StepSummary]) extends Product with Serializable

    Permalink
  2. case class ServiceSummary(alias: String, env: Option[String], version: Option[String]) extends Product with Serializable

    Permalink
  3. case class StepSummary(description: String, started: Option[DateTime], completed: Option[DateTime]) extends Product with Serializable

    Permalink
  4. case class Test(rawLines: Seq[String], id: String = TestIdCounter.next) extends Product with Serializable

    Permalink
  5. case class TestPack(id: String, name: String, tests: List[Test]) extends Product with Serializable

    Permalink
  6. case class TestPackRunReport(testPack: TestPack, testRunReports: List[TestRunReport]) extends Product with Serializable

    Permalink
  7. case class TestRunReport(testId: String, testRunId: String, started: Option[DateTime], completed: Option[DateTime], services: List[ServiceSummary], script: ScriptSummary, failures: List[String]) extends Product with Serializable

    Permalink

Value Members

  1. object TestRunReport extends Serializable

    Permalink

Ungrouped