com.atlassian.jira.functest.framework.navigator
Class ColumnsCondition

java.lang.Object
  extended by com.atlassian.jira.functest.framework.navigator.ColumnsCondition
All Implemented Interfaces:
SearchResultsCondition

public class ColumnsCondition
extends Object
implements SearchResultsCondition

Checks that the passed columns appear in the issue navigator.

Since:
v4.0

Constructor Summary
ColumnsCondition(Collection<String> columns)
           
ColumnsCondition(String[] columns)
           
 
Method Summary
 void assertCondition(net.sourceforge.jwebunit.WebTester tester)
          Executes assertions for this condition on the search results by inspecting the state of the latest response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnsCondition

public ColumnsCondition(Collection<String> columns)

ColumnsCondition

public ColumnsCondition(String[] columns)
Method Detail

assertCondition

public void assertCondition(net.sourceforge.jwebunit.WebTester tester)
Description copied from interface: SearchResultsCondition
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.

Specified by:
assertCondition in interface SearchResultsCondition
Parameters:
tester - the web tester


Copyright © 2002-2012 Atlassian. All Rights Reserved.