org.fusesource.scalate.test

WebDriverMixin

trait WebDriverMixin extends BeforeAndAfterAll

A simple trait for testing web pages using Selenium WebDriver

Self Type
WebDriverMixin with FunSuite
Version

$Revision : 1.1 $

Linear Supertypes
BeforeAndAfterAll, AbstractSuite, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. WebDriverMixin
  2. BeforeAndAfterAll
  3. AbstractSuite
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def expectedTestCount (filter: Filter): Int

    Attributes
    abstract
    Definition Classes
    AbstractSuite
  2. def nestedSuites : List[Suite]

    Attributes
    abstract
    Definition Classes
    AbstractSuite
  3. def rootUrl : String

    Attributes
    abstract
  4. def runNestedSuites (reporter: Reporter, stopper: Stopper, filter: Filter, configMap: Map[String, Any], distributor: Option[Distributor], tracker: Tracker): Unit

    Attributes
    protected abstract
    Definition Classes
    AbstractSuite
  5. def runTest (testName: String, reporter: Reporter, stopper: Stopper, configMap: Map[String, Any], tracker: Tracker): Unit

    Attributes
    protected abstract
    Definition Classes
    AbstractSuite
  6. def runTests (testName: Option[String], reporter: Reporter, stopper: Stopper, filter: Filter, configMap: Map[String, Any], distributor: Option[Distributor], tracker: Tracker): Unit

    Attributes
    protected abstract
    Definition Classes
    AbstractSuite
  7. def tags : Map[String, Set[String]]

    Attributes
    abstract
    Definition Classes
    AbstractSuite
  8. def testNames : Set[String]

    Attributes
    abstract
    Definition Classes
    AbstractSuite
  9. def withFixture (test: NoArgTest): Unit

    Attributes
    protected abstract
    Definition Classes
    AbstractSuite

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def afterAll (configMap: Map[String, Any]): Unit

    Attributes
    protected
    Definition Classes
    WebDriverMixin → BeforeAndAfterAll
  7. def afterAll (): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def beforeAll (configMap: Map[String, Any]): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
  10. def beforeAll (): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  16. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  17. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  18. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  19. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  20. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  21. def pageContains (textLines: String*): Unit

  22. def pageMatches (regex: String): Unit

  23. def pageNotContains (textLines: String*): Unit

  24. def pageSource : String

  25. def run (testName: Option[String], reporter: Reporter, stopper: Stopper, filter: Filter, configMap: Map[String, Any], distributor: Option[Distributor], tracker: Tracker): Unit

    Definition Classes
    BeforeAndAfterAll → AbstractSuite
  26. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  27. def testPage (uri: String)(func: ⇒ Unit): Unit

  28. def testPageContains (uri: String, textLines: String*): Unit

  29. def testPageMatches (uri: String, matches: String): Unit

  30. def testPageNotContains (uri: String, textLines: String*): Unit

  31. def toString (): String

    Definition Classes
    AnyRef → Any
  32. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. var webDriver : WebDriver

  36. def xpath (selector: String): WebElement

    Returns the XPath selector which can then be used for further navigation

  37. def xpathDriver : FindsByXPath

Inherited from BeforeAndAfterAll

Inherited from AbstractSuite

Inherited from AnyRef

Inherited from Any