org.scalawebtest.core

gauge

package gauge

Visibility
  1. Public
  2. All

Type Members

  1. case class CandidateAttribute(relevance: Int, containingElement: DomNode, attribute: Node) extends Product with Serializable

  2. case class CandidateElement(relevance: Int, element: DomNode) extends Product with Serializable

  3. class Gauge extends Assertions

    Gauge provides functions to write integration tests with very low effort.

  4. trait HtmlElementGauge extends AnyRef

    Helper trait to provide functions to fluently build a org.scalawebtest.core.gauge.Gauge, to verify an org.scalatest.selenium.WebBrowser.Element instead of a complete document.

  5. trait HtmlGauge extends AnyRef

  6. case class Misfit(relevance: Int, reason: String) extends Product with Serializable

  7. class MisfitHolder extends AnyRef

Value Members

  1. object HtmlElementGauge extends HtmlElementGauge

    Helper object to provide functions to fluently build a org.scalawebtest.core.gauge.Gauge, to verify an org.scalatest.selenium.WebBrowser.Element instead of a complete document.

  2. object HtmlGauge extends HtmlGauge

  3. object Matchers

    Verifies element text or attribute values with one of its PluggableMatchers.

Deprecated Value Members

  1. object Gauge extends HtmlGauge

    Annotations
    @deprecated
    Deprecated

    (Since version ScalaWebTest 1.1.0) Please switch to the HtmlGauge object or extend the HtmlGauge trait. The Gauge object will be removed in a future version, for clear disambiguation between HtmlGauge and JsonGauge

Ungrouped