balin / com.github.epadronu.balin.config / ConfigurationTests

ConfigurationTests

class ConfigurationTests

Constructors

<init>

ConfigurationTests()

Functions

Call the configure method but don't modify a thing

fun Call the configure method but don't modify a thing(): Unit

Call the configure method with a default setup and use it explicitly

fun Call the configure method with a default setup and use it explicitly(testFactory: () -> WebDriver): Unit

Call the configure method with a default setup and use it implicitly

fun Call the configure method with a default setup and use it implicitly(testFactory: () -> WebDriver): Unit

Call the configure method with a development setup and don't use it

fun Call the configure method with a development setup and don't use it(testFactory: () -> WebDriver): Unit

Call the configure method with a development setup and use it

fun Call the configure method with a development setup and use it(testFactory: () -> WebDriver): Unit

Call the drive method with a default setup configuration and use it explicitly

fun Call the drive method with a default setup configuration and use it explicitly(testFactory: () -> WebDriver): Unit

Call the drive method with a default setup configuration and use it implicitly

fun Call the drive method with a default setup configuration and use it implicitly(testFactory: () -> WebDriver): Unit

Call the drive method with a desired configuration

fun Call the drive method with a desired configuration(testFactory: () -> WebDriver): Unit

Call the drive method with a development setup configuration and don't use it

fun Call the drive method with a development setup configuration and don't use it(testFactory: () -> WebDriver): Unit

call_the_configure_method_and_make_changes

fun call_the_configure_method_and_make_changes(testFactory: () -> WebDriver): Unit

call_the_drive_method_with_a_development_setup_configuration_and_use_it

fun call_the_drive_method_with_a_development_setup_configuration_and_use_it(testFactory: () -> WebDriver): Unit

cleanup

fun cleanup(): Unit

Create a JavaScript-incapable WebDriver factory

fun Create a JavaScript-incapable WebDriver factory(): Array<Array<() -> <ERROR CLASS>>>

Use the default configuration

fun Use the default configuration(): Unit