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

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

public class PageElementMatchers
extends Object

Generic Page Element Matchers for when dealing with page elements

Since:
v5.2

Constructor Summary
PageElementMatchers()
           
 
Method Summary
static org.hamcrest.Matcher<com.atlassian.pageobjects.elements.PageElement> containsAttribute(String attribute, String value)
           
static org.hamcrest.Matcher<com.atlassian.pageobjects.elements.PageElement> containsAttributes(String attribute, Iterable<String> attributeValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageElementMatchers

public PageElementMatchers()
Method Detail

containsAttribute

public static org.hamcrest.Matcher<com.atlassian.pageobjects.elements.PageElement> containsAttribute(String attribute,
                                                                                                     String value)

containsAttributes

public static org.hamcrest.Matcher<com.atlassian.pageobjects.elements.PageElement> containsAttributes(String attribute,
                                                                                                      Iterable<String> attributeValues)


Copyright © 2002-2014 Atlassian. All Rights Reserved.