p

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
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 MissingTypeParameterException extends IllegalArgumentException
  9. class Mixin extends AnyRef
  10. class MixinException extends RuntimeException
  11. class Mixins extends Concept
  12. trait MultiRow extends Concept
  13. case class NotImplemented (text: String) extends Digger with Product with Serializable
  14. case class Pass (text: String) extends Result with Product with Serializable
  15. case class PettswoodConfig (mixinPackages: Seq[String] = Seq("", "pettswood"), sourceRoot: String = "src/test/resources", cssAndJsDirectoriesToCopy: Seq[String] = ...) extends Product with Serializable

    mixinPackages

    JVM packages (e.g. org.mything.mixins) containing Mixin classes

    sourceRoot

    The source directory for the HTML tests that are executed by PettsWood

  16. sealed trait Probe extends AnyRef
  17. trait Result extends AnyRef
  18. case class ResultSummary (results: List[Result], children: List[ResultSummary]) extends Product with Serializable
  19. case class Setup () extends Result with Product with Serializable
  20. class State extends AnyRef
  21. case class Tally (pass: Int, fail: Int, setup: Int, exception: Int) extends Product with Serializable
  22. case class Uninteresting () extends Result with Product with Serializable

Value Members

  1. def dig(f: (String) ⇒ String): (String) ⇒ Digger
  2. def doAll(doers: (String) ⇒ Doer*): (String) ⇒ Doer
  3. def doThis(f: (String) ⇒ Unit): (String) ⇒ Doer
  4. object Ignore extends Concept
  5. object NoConceptDefined extends Concept
  6. object PettswoodConfig extends Serializable
  7. object Result
  8. object ResultSummary extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped