public class

ValueForRowAtColumnCondition

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

Class Overview

Checks that the value for the given row on the given column is the expected one.

Summary

Public Constructors
ValueForRowAtColumnCondition(int row, String columnName, String expectedValue)
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 ValueForRowAtColumnCondition (int row, String columnName, String expectedValue)

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