com.atlassian.jira.pageobjects.components.fields
Class IssuePickerRowMatchers

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.fields.IssuePickerRowMatchers

public class IssuePickerRowMatchers
extends Object

Matcher for Issue Picker Rows

Since:
v5.1

Constructor Summary
IssuePickerRowMatchers()
           
 
Method Summary
static org.hamcrest.Matcher<IssuePickerPopup.IssuePickerRow> containsIssueKeys(Iterable<String> issueKeys)
           
static org.hamcrest.Matcher<IssuePickerPopup.IssuePickerRow> hasIssueKey(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuePickerRowMatchers

public IssuePickerRowMatchers()
Method Detail

hasIssueKey

public static org.hamcrest.Matcher<IssuePickerPopup.IssuePickerRow> hasIssueKey(String key)

containsIssueKeys

public static org.hamcrest.Matcher<IssuePickerPopup.IssuePickerRow> containsIssueKeys(Iterable<String> issueKeys)


Copyright © 2002-2014 Atlassian. All Rights Reserved.