- WebDriverExecutorRule - Class in de.codecentric.zucchini.web.junit
-
This JUnit rule provides a mechanism for defining a
web driver executor either by directly injecting a custom
web driver executor, or by specifying a
web driver provider which is then used with the
default web driver executor, or by specifying nothing which
results in the default web driver executor using the default
web driver provider.
- WebDriverExecutorRule() - Constructor for class de.codecentric.zucchini.web.junit.WebDriverExecutorRule
-
Initializes a web driver executor rule that uses the default
web driver executor using the default
web driver provider.
- WebDriverExecutorRule(WebDriverExecutor) - Constructor for class de.codecentric.zucchini.web.junit.WebDriverExecutorRule
-
Initializes a web driver executor rule that uses the specified
web driver executor.
- WebDriverExecutorRule(WebDriverProvider) - Constructor for class de.codecentric.zucchini.web.junit.WebDriverExecutorRule
-
Initializes a web driver executor rule that uses the specified
web driver provider with the default
web driver executor.
- WebFactRule - Class in de.codecentric.zucchini.web.junit
-
This JUnit rule provides a mechanism for registering a web fact with a specific
name.
- WebFactRule(String, WebFact) - Constructor for class de.codecentric.zucchini.web.junit.WebFactRule
-
Initializes a web fact rule that registers the given web fact
with the specified name.
- WebFactRule(String, ExecutionFact) - Constructor for class de.codecentric.zucchini.web.junit.WebFactRule
-
Initializes a web fact rule that registers the given
execution fact with the specified name.
- WebResultRule - Class in de.codecentric.zucchini.web.junit
-
This JUnit rule provides a mechanism for registering a web result with a specific
name.
- WebResultRule(String, WebResult) - Constructor for class de.codecentric.zucchini.web.junit.WebResultRule
-
Initializes a web result rule that registers the given web result
with the specified name.
- WebStepRule - Class in de.codecentric.zucchini.web.junit
-
This JUnit rule provides a mechanism for registering a web step with a specific
name.
- WebStepRule(String, WebStep) - Constructor for class de.codecentric.zucchini.web.junit.WebStepRule
-
Initializes a web step rule that registers the given web step
with the specified name.