com.atlassian.bamboo.pageobjects.matchers
Class PageObjectsMatchers

java.lang.Object
  extended by com.atlassian.bamboo.pageobjects.matchers.PageObjectsMatchers

public final class PageObjectsMatchers
extends Object

Matchers for page objects.

Since:
v3.3

Method Summary
static org.hamcrest.Matcher<TaskElement> taskEq(String taskName, String taskDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

taskEq

public static org.hamcrest.Matcher<TaskElement> taskEq(@NotNull
                                                       String taskName,
                                                       @NotNull
                                                       String taskDescription)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.