|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LabelAssertions
Used to make assertions about labels.
| Method Summary | |
|---|---|
void |
assertLabels(String issueId,
String fieldId,
Labels expectedLabels)
Asserts that the given labels match the labels in the given context |
void |
assertLabelsContain(String issueId,
String fieldId,
Labels expectedLabels)
Asserts that the given labels are contained in the labels in the given context |
void |
assertLabelsDontExist(String issueId,
String fieldId)
Asserts that labels don't exist for the given context. |
void |
assertLabelsExist(String issueId,
String fieldId)
Asserts that labels exist for the given context. |
void |
assertSystemLabels(String issueId,
Labels expectedLabels)
Asserts that the given labels match the labels in the given context |
| Method Detail |
|---|
void assertLabelsExist(String issueId,
String fieldId)
issueId - The id of the issuefieldId - The id of the field. Use 'labels' for system field
void assertLabelsDontExist(String issueId,
String fieldId)
issueId - The id of the issuefieldId - The id of the field. Use 'labels' for system field
void assertLabels(String issueId,
String fieldId,
Labels expectedLabels)
issueId - The id of the issuefieldId - The id of the field. Use 'labels' for system fieldexpectedLabels - The expected labels
void assertSystemLabels(String issueId,
Labels expectedLabels)
issueId - The id of the issueexpectedLabels - The expected labels
void assertLabelsContain(String issueId,
String fieldId,
Labels expectedLabels)
issueId - The id of the issuefieldId - The id of the field. Use 'labels' for system fieldexpectedLabels - The expected labels
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||