Uses of Class
com.atlassian.jira.functest.framework.labels.Labels

Packages that use Labels
com.atlassian.jira.functest.framework.assertions   
com.atlassian.jira.functest.framework.labels   
 

Uses of Labels in com.atlassian.jira.functest.framework.assertions
 

Methods in com.atlassian.jira.functest.framework.assertions with parameters of type Labels
 void LabelAssertionsImpl.assertLabels(String issueId, String fieldId, Labels expectedLabels)
           
 void LabelAssertions.assertLabels(String issueId, String fieldId, Labels expectedLabels)
          Asserts that the given labels match the labels in the given context
 void LabelAssertionsImpl.assertLabelsContain(String issueId, String fieldId, Labels expectedLabels)
           
 void LabelAssertions.assertLabelsContain(String issueId, String fieldId, Labels expectedLabels)
          Asserts that the given labels are contained in the labels in the given context
 void LabelAssertionsImpl.assertLabelsEmpty(Labels labels)
           
 void LabelAssertionsImpl.assertSystemLabels(String issueId, Labels expectedLabels)
           
 void LabelAssertions.assertSystemLabels(String issueId, Labels expectedLabels)
          Asserts that the given labels match the labels in the given context
 

Uses of Labels in com.atlassian.jira.functest.framework.labels
 

Methods in com.atlassian.jira.functest.framework.labels that return Labels
static Labels Labels.parseLabels(net.sourceforge.jwebunit.WebTester tester, String issueId, String fieldId)
          Factory method for parsing the current page for the labels and returning the current state.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.