All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addAssertion(TestPermutation.Setup setup) |
void |
addCleanup(TestPermutation.Cleanup cleanup) |
void |
addSetup(TestPermutation.Setup setup) |
void |
addVerification(TestPermutation.Verification verification) |
void |
data(String key,
Object value) |
void |
data(String key,
Object value,
OutputFormat outputFormat) |
void |
describe(String key,
Object value) |
void |
describe(String key,
Object value,
OutputFormat outputFormat) |
void |
describeAsGroup(String key,
Object value) |
void |
describeAsGroup(String key,
Object value,
OutputFormat outputFormat) |
void |
describeAsTable(String key,
Map value) |
void |
describeAsTable(String key,
Map<String,?> value,
OutputFormat outputFormat) |
boolean |
getCanVerify() |
List<TestPermutation.Cleanup> |
getCleanup() |
SortedMap<String,TestPermutation.Value> |
getData() |
SortedMap<String,TestPermutation.Value> |
getDescription() |
String |
getFullKey() |
String |
getGroup() |
String |
getKey() |
SortedMap<String,TestPermutation.Value> |
getNotes() |
String |
getNotRanMessage() |
Map<String,TestPermutation.Value> |
getRowDescription() |
String |
getRowDescriptionParameter() |
String |
getRowFullKey() |
List<TestPermutation.Setup> |
getSetup() |
String |
getTableKey() |
List<TestPermutation.Verification> |
getVerifications() |
boolean |
getVerified() |
boolean |
isValid() |
void |
note(String key,
Object value) |
void |
note(String key,
Object value,
OutputFormat outputFormat) |
protected void |
recomputeKey() |
protected void |
save(VerifiedTest test) |
void |
setCanVerify(boolean canVerify) |
void |
setNotRanMessage(String notRanMessage) |
void |
setValid(boolean valid) |
void |
setVerified(boolean verified) |
void |
test(VerifiedTest test) |