| Interface | Description |
|---|---|
| GizmoStack<T extends GizmoStack<?,?>,U extends GizmoStacker<T>> |
Used to define a stack, or a collection of coupled components.
|
| GizmoStacker<T extends GizmoStack<?,?>> |
Responsible for setting up and tearing down
GizmoStacks. |
| Class | Description |
|---|---|
| GizmoRule<T extends GizmoStack<T,U>,U extends GizmoStacker<T>> |
Uses the provided
GizmoStacker to setup and optionally tear down
GizmoStacks before/after test execution. |
Copyright © 2017. All rights reserved.