com.atlassian.jira.webtest.selenium.framework.components
Class IssuePicker.IssuePickerSuggestions

java.lang.Object
  extended by com.atlassian.jira.webtest.selenium.framework.core.AbstractSeleniumPageObject
      extended by com.atlassian.jira.webtest.selenium.framework.components.MultiSelectSuggestions<IssuePicker>
          extended by com.atlassian.jira.webtest.selenium.framework.components.IssuePicker.IssuePickerSuggestions
All Implemented Interfaces:
PageObject
Enclosing class:
IssuePicker

public static final class IssuePicker.IssuePickerSuggestions
extends MultiSelectSuggestions<IssuePicker>


Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.selenium.framework.core.AbstractSeleniumPageObject
assertThat, client, context
 
Method Summary
 void assertCurrentSearchContains(String suggestion)
           
 void assertCurrentSearchDisplayedCountEquals(int expected)
           
 void assertCurrentSearchSuggestionSelected(String suggestion)
           
 void assertCurrentSearchTotalCountEquals(int expected)
           
 void assertHistorySearchContains(String suggestion)
           
 void assertHistorySearchDisplayedCountEquals(int expected)
           
 void assertHistorySearchSuggestionSelected(String suggestion)
           
 void assertHistorySearchTotalCountEquals(int expected)
           
 void assertUserInputContains(String suggestion)
           
 void assertUserInputSelected(String suggestion)
           
 
Methods inherited from class com.atlassian.jira.webtest.selenium.framework.components.MultiSelectSuggestions
assertClosed, assertClosed, assertContains, assertContains, assertContainsGroup, assertDisplayedIssueCountEquals, assertDoesNotContain, assertDoesNotContain, assertNoMatches, assertOpen, assertOpen, assertReady, assertSelected, assertTotalIssueCountEquals, closeByEscape, containsGroup, displayedIssueCount, down, groupHeaderDescriptionLocator, groupHeaderDescriptionText, groupHeaderLocator, isOpen, locator, locatorWithin, noMatchesLocator, selectedSuggestionLocator, suggestionGroupLocator, suggestionInGroupLocator, suggestionLocator, totalIssueCount, up
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

assertHistorySearchContains

public void assertHistorySearchContains(String suggestion)

assertCurrentSearchContains

public void assertCurrentSearchContains(String suggestion)

assertUserInputContains

public void assertUserInputContains(String suggestion)

assertHistorySearchSuggestionSelected

public void assertHistorySearchSuggestionSelected(String suggestion)

assertCurrentSearchSuggestionSelected

public void assertCurrentSearchSuggestionSelected(String suggestion)

assertUserInputSelected

public void assertUserInputSelected(String suggestion)

assertHistorySearchDisplayedCountEquals

public void assertHistorySearchDisplayedCountEquals(int expected)

assertHistorySearchTotalCountEquals

public void assertHistorySearchTotalCountEquals(int expected)

assertCurrentSearchDisplayedCountEquals

public void assertCurrentSearchDisplayedCountEquals(int expected)

assertCurrentSearchTotalCountEquals

public void assertCurrentSearchTotalCountEquals(int expected)


Copyright © 2002-2013 Atlassian. All Rights Reserved.