See: Description
| Interface | Description |
|---|---|
| ExampleTables.OptionalFields | |
| ExampleTables.WithHeaders | |
| MethodErrorReporter |
Created by john on 9/08/2015.
|
| StepLibraryCreationStrategy | |
| StepPublisher |
Represents a class that monitors step results and can report on test outcomes.
|
| WithStepDescription |
| Class | Description |
|---|---|
| BaseMethodRunner |
Created by john on 9/08/2015.
|
| BaseStepListener |
Observes the test run and stores test run details for later reporting.
|
| CleanupMethodLocator | |
| ConsoleStepListener | |
| DataDrivenStep |
Keep track of whether the current thread is running a data-driven step or not.
|
| DataDrivenStepFactory |
Create a proxy for scenario steps objects to be used for data-driven tests.
|
| DataDrivenStepInterceptor |
Invoke a step multiple times, each time initialized with a different set of test data.
|
| DefaultValue | |
| EnclosingClass | |
| ErrorConvertor | |
| ExampleTables | |
| IndividualInstancesByDefaultStepCreationStrategy | |
| Listeners | |
| Listeners.BaseStepListenerBuilder | |
| PageObjectDependencyInjector | |
| PageObjectStepDelayer<T extends PageObject> | |
| ReadableMethodName | |
| ReadableMethodName.TestNameBuilder | |
| ScenarioSteps |
A set of reusable steps for use in an acceptance test suite.
|
| ScenarioStepsStepDelayer<T extends ScenarioSteps> | |
| SharedInstancesByDefaultStepCreationStrategy | |
| SilentEventBus | |
| StepAnnotations |
Utility class used to inject fields into a test case.
|
| StepEventBus |
An event bus for Step-related notifications.
|
| StepFactory |
Produces an instance of a set of requirement steps for use in the acceptance tests.
|
| StepInterceptor |
Listen to step results and publish notification messages.
|
| StepName | |
| StepNamer | |
| StepsAnnotatedField |
Used to identify Step library fields that need to be instantiated.
|
| TestDescription |
Helps analyse annotations on test methods, steps and step groups.
|
| TestResultTally |
Result of a test step or sequence of test steps.
|
| UnavailableTestOutcome | |
| WaitForBuilder<T> |
| Exception | Description |
|---|---|
| InvalidManagedPagesFieldException |
Thrown if no suitable WebDriver field with the @Managed annotation is found in a test.
|
| RecursiveOrCyclicStepLibraryReferenceException | |
| TestMethodNotFoundException |
A named test method was not found in a test class.
|