public interface Interaction extends Performable
| Modifier and Type | Method and Description |
|---|---|
static AnonymousInteraction |
thatPerforms(String title,
Runnable performableOperation) |
static AnonymousInteraction |
where(String title,
Consumer<Actor> performableOperation) |
static AnonymousInteraction |
where(String title,
Performable... steps) |
performAs, thenstatic AnonymousInteraction where(String title, Performable... steps)
static AnonymousInteraction where(String title, Consumer<Actor> performableOperation)
static AnonymousInteraction thatPerforms(String title, Runnable performableOperation)
Copyright © 2021. All rights reserved.