org

pettswood

package pettswood

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. pettswood
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Concept extends AnyRef

  2. trait Digger extends Probe

  3. case class DoNothing(text: String) extends Doer with Product with Serializable

  4. trait Doer extends Probe

  5. class DomainBridge extends AnyRef

  6. case class Exception(exception: Throwable) extends Result with Product with Serializable

  7. case class Fail(text: String) extends Result with Product with Serializable

  8. class Mixin extends AnyRef

  9. class MixinException extends RuntimeException

  10. class Mixins extends Concept

  11. trait MultiRow extends Concept

  12. case class NotImplemented(text: String) extends Digger with Product with Serializable

  13. case class Pass(text: String) extends Result with Product with Serializable

  14. case class PettswoodConfig(mixinPackages: Seq[String] = ..., sourceRoot: String = "src/test/resources/pettswood", cssAndJsDirectoriesToCopy: Seq[String] = ...) extends Product with Serializable

  15. sealed trait Probe extends AnyRef

  16. trait Result extends AnyRef

  17. case class ResultSummary(results: List[Result], children: List[ResultSummary]) extends Product with Serializable

  18. case class Setup() extends Result with Product with Serializable

  19. case class Tally(pass: Int, fail: Int, setup: Int, exception: Int) extends Product with Serializable

  20. case class Uninteresting() extends Result with Product with Serializable

Value Members

  1. object Ignore extends Concept

  2. object NoConceptDefined extends Concept

  3. object PettswoodConfig extends Serializable

  4. object Result

  5. object ResultSummary extends Serializable

  6. def dig(f: (String) ⇒ String): (String) ⇒ Digger

  7. def doAll(doers: (String) ⇒ Doer*): (String) ⇒ Doer

  8. def doThis(f: (String) ⇒ Unit): (String) ⇒ Doer

  9. package files

  10. package parsers

  11. package runners

Inherited from AnyRef

Inherited from Any

Ungrouped