com.atlassian.jira.functest.framework.assertions
Class IssueTableAssertions

java.lang.Object
  extended by com.atlassian.jira.functest.framework.assertions.IssueTableAssertions

public class IssueTableAssertions
extends Object

Assertions using issue table backdoor

Since:
v5.2

Field Summary
static String ORDER_BY_CLAUSE
           
 
Constructor Summary
IssueTableAssertions(Backdoor backdoor)
           
 
Method Summary
 void assertSearchIsValid(Long filterId)
           
 void assertSearchWithError(Long filter, String error)
           
 void assertSearchWithError(Long filterId, String JQL, String error)
           
 void assertSearchWithError(String jqlString, String error)
           
 void assertSearchWithErrorForUser(String username, String jqlString, String error)
           
 void assertSearchWithResults(String jqlString, String... issueKeys)
          Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.
 void assertSearchWithResultsForUser(String username, String jqlString, String... issueKeys)
          Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.
 void assertSearchWithWarning(Long filterId, String warning)
           
 void assertSearchWithWarning(Long filterId, String JQL, String warning)
           
 void assertSearchWithWarning(String jqlString, String warning)
           
 void assertSearchWithWarningForUser(String username, String jqlString, String warning)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORDER_BY_CLAUSE

public static final String ORDER_BY_CLAUSE
See Also:
Constant Field Values
Constructor Detail

IssueTableAssertions

public IssueTableAssertions(Backdoor backdoor)
Method Detail

assertSearchWithResultsForUser

public void assertSearchWithResultsForUser(String username,
                                           String jqlString,
                                           String... issueKeys)
Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.

Parameters:
username - user to search
jqlString - the jql to search
issueKeys - the issue keys to assert in the result

assertSearchWithResults

public void assertSearchWithResults(String jqlString,
                                    String... issueKeys)
Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.

Parameters:
jqlString - the jql to search
issueKeys - the issue keys to assert in the result

assertSearchWithErrorForUser

public void assertSearchWithErrorForUser(String username,
                                         String jqlString,
                                         String error)

assertSearchWithError

public void assertSearchWithError(Long filterId,
                                  String JQL,
                                  String error)

assertSearchWithError

public void assertSearchWithError(String jqlString,
                                  String error)

assertSearchWithError

public void assertSearchWithError(Long filter,
                                  String error)

assertSearchWithWarningForUser

public void assertSearchWithWarningForUser(String username,
                                           String jqlString,
                                           String warning)

assertSearchWithWarning

public void assertSearchWithWarning(Long filterId,
                                    String JQL,
                                    String warning)

assertSearchWithWarning

public void assertSearchWithWarning(String jqlString,
                                    String warning)

assertSearchWithWarning

public void assertSearchWithWarning(Long filterId,
                                    String warning)

assertSearchIsValid

public void assertSearchIsValid(Long filterId)


Copyright © 2002-2013 Atlassian. All Rights Reserved.