Class IssueTableDoesNotHaveColumnCondition

java.lang.Object
com.atlassian.jira.functest.framework.navigator.IssueTableDoesNotHaveColumnCondition
All Implemented Interfaces:
SearchResultsCondition

public class IssueTableDoesNotHaveColumnCondition extends Object implements SearchResultsCondition
Checks that the passed column is not visible in the issue navigator.
Since:
v4.0
  • Constructor Details

    • IssueTableDoesNotHaveColumnCondition

      public IssueTableDoesNotHaveColumnCondition(String columnName)
  • Method Details

    • 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