public class PredicateConsequence<T> extends BaseConsequence<T>
| Modifier and Type | Field and Description |
|---|---|
protected Predicate<T> |
expected |
protected Question<T> |
question |
protected String |
subject |
explanation, subjectText| Constructor and Description |
|---|
PredicateConsequence(Question<T> actual,
Predicate<T> expected) |
PredicateConsequence(String subjectText,
Question<T> actual,
Predicate<T> expected) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluateFor(Actor actor) |
String |
toString() |
addRecordedInputValuesTo, after, because, errorFrom, inputValues, orComplainWith, orComplainWith, performSetupActionsAs, thisStepShouldBeIgnored, throwComplaintTypeErrorIfSpecified, whenAttemptingToprotected final String subject
Copyright © 2021. All rights reserved.