public class InteractiveConsequence extends Object
| Constructor and Description |
|---|
InteractiveConsequence(Performable[] actions) |
| Modifier and Type | Method and Description |
|---|---|
static InteractiveConsequence |
attemptTo(Performable... actions) |
<T> Consequence<T> |
thenCheckThat(Question<? extends T> actual,
org.hamcrest.Matcher<T> expected) |
public InteractiveConsequence(Performable[] actions)
public static InteractiveConsequence attemptTo(Performable... actions)
public <T> Consequence<T> thenCheckThat(Question<? extends T> actual, org.hamcrest.Matcher<T> expected)
Copyright © 2021. All rights reserved.