java.lang.Object | ||
↳ | com.atlassian.jira.functest.framework.AbstractFuncTestUtil | |
↳ | com.atlassian.jira.functest.framework.assertions.LabelAssertionsImpl |
Implementation for Label Assertions
[Expand]
Inherited Fields | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Asserts that the given labels match the labels in the given context
| |||||||||||
Asserts that the given labels are contained in the labels in the given context
| |||||||||||
Asserts that labels don't exist for the given context.
| |||||||||||
Asserts that labels exist for the given context.
| |||||||||||
Asserts that the given labels match the labels in the given context
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||
![]() |
Asserts that the given labels match the labels in the given context
issueId | The id of the issue |
---|---|
fieldId | The id of the field. Use 'labels' for system field |
expectedLabels | The expected labels |
Asserts that the given labels are contained in the labels in the given context
issueId | The id of the issue |
---|---|
fieldId | The id of the field. Use 'labels' for system field |
expectedLabels | The expected labels |
Asserts that labels don't exist for the given context.
issueId | The id of the issue |
---|---|
fieldId | The id of the field. Use 'labels' for system field |
Asserts that labels exist for the given context.
issueId | The id of the issue |
---|---|
fieldId | The id of the field. Use 'labels' for system field |
Asserts that the given labels match the labels in the given context
issueId | The id of the issue |
---|---|
expectedLabels | The expected labels |