public static class OutcomesTable.Outcome<T> extends Object
| Constructor and Description |
|---|
OutcomesTable.Outcome(String description,
T value,
org.hamcrest.Matcher<T> matcher) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.hamcrest.Matcher<T> |
getMatcher() |
T |
getValue() |
boolean |
isVerified() |
String |
toString() |
Copyright © 2003-2013. All Rights Reserved.