org.scalawebtest

core

package core

Visibility
  1. Public
  2. All

Type Members

  1. class BaseConfiguration extends AnyRef

  2. trait BasicAuthLogin extends Login

    Extend the BasicAuthLogin trait to provide credentials via basic authentication with every request.

  3. class Configuration extends BaseConfiguration

  4. abstract class FeatureSpecBehavior extends FeatureSpec with Matchers with Inspectors

  5. abstract class FlatSpecBehavior extends FlatSpec with Matchers with Inspectors

  6. trait FormBasedLogin extends Login

    Extend the FormBasedLogin trait to provide login information via web form before every request.

  7. abstract class FreeSpecBehavior extends FreeSpec with Matchers with Inspectors

  8. abstract class FunSpecBehavior extends FunSpec with Matchers with Inspectors

  9. abstract class FunSuiteBehavior extends FunSuite with Matchers with Inspectors

  10. abstract class IntegrationFeatureSpec extends FeatureSpecBehavior with IntegrationSpec

  11. abstract class IntegrationFlatSpec extends FlatSpecBehavior with IntegrationSpec

  12. abstract class IntegrationFreeSpec extends FreeSpecBehavior with IntegrationSpec

  13. abstract class IntegrationFunSpec extends FunSpecBehavior with IntegrationSpec

  14. abstract class IntegrationFunSuite extends FunSuiteBehavior with IntegrationSpec

    ScalaTest provides a wide variety of styles.

  15. abstract class IntegrationPropSpec extends PropSpecBehavior with IntegrationSpec

  16. abstract class IntegrationRefSpec extends RefSpecBehavior with IntegrationSpec

  17. trait IntegrationSettings extends AnyRef

    Default settings

  18. trait IntegrationSpec extends WebBrowser with Suite with BeforeAndAfterEach with BeforeAndAfterAll with WebClientExposingHtmlUnit with IntegrationSettings with Eventually

    This is the base trait for integration specs.

  19. abstract class IntegrationWordSpec extends WordSpecBehavior with IntegrationSpec

  20. trait Login extends AnyRef

    Extend this trait when implementing you own login implementation, to assert identical username, password configuration across all implementations

  21. class LoginConfiguration extends BaseConfiguration

  22. abstract class PropSpecBehavior extends PropSpec with Matchers with Inspectors

  23. abstract class RefSpecBehavior extends RefSpec with Matchers with Inspectors

  24. class WebClientExposingDriver extends HtmlUnitDriver

    Extension of the default HtmlUnitDriver that provides access to some of the web client's options and methods which are hidden in the default implementation.

  25. trait WebClientExposingHtmlUnit extends WebBrowser with Driver

    Uses a custom web driver implementation that exposes its web client's options.

  26. trait WebDriverConfigFixtures extends AnyRef

    Provide fixtures to set a specific webdriver configuration for a given function call and restore previous configuration after the function call.

  27. abstract class WordSpecBehavior extends WordSpec with Matchers with Inspectors

Value Members

  1. package gauge

Ungrouped