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