public class

ColumnsCondition

extends Object
implements SearchResultsCondition
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.navigator.ColumnsCondition

Class Overview

Checks that the passed columns appear in the issue navigator.

Summary

Public Constructors
ColumnsCondition(Collection<String> columns)
ColumnsCondition(String... columns)
Public Methods
void assertCondition(WebTester tester)
Executes assertions for this condition on the search results by inspecting the state of the latest response.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.navigator.SearchResultsCondition

Public Constructors

public ColumnsCondition (Collection<String> columns)

public ColumnsCondition (String... columns)

Public Methods

public void assertCondition (WebTester tester)

Executes assertions for this condition on the search results by inspecting the state of the latest response. It is assumed that the search has already been executed, and we are currently on the page which should contain the search results.

Parameters
tester the web tester