com.atlassian.jira.functest.framework.parser
Class IssueNavigatorParserImpl

java.lang.Object
  extended by com.atlassian.jira.functest.framework.AbstractFuncTestUtil
      extended by com.atlassian.jira.functest.framework.parser.IssueNavigatorParserImpl
All Implemented Interfaces:
FuncTestLogger, IssueNavigatorParser

public class IssueNavigatorParserImpl
extends AbstractFuncTestUtil
implements IssueNavigatorParser

Simple implementation of the IssueNavigatorParser interface.

Since:
v3.13

Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
environmentData, FS, locators, logger, logIndentLevel, tester
 
Constructor Summary
IssueNavigatorParserImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)
           
 
Method Summary
 NavigatorSearch parseSettings(net.sourceforge.jwebunit.WebTester tester, Collection conditions)
          Parse out the issue navigator settings from the Navigator search page.
 
Methods inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
childLogIndentLevel, getAssertions, getEnvironmentData, getFuncTestHelperFactory, getLogger, log, log, navigation, submitAtPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueNavigatorParserImpl

public IssueNavigatorParserImpl(net.sourceforge.jwebunit.WebTester tester,
                                JIRAEnvironmentData environmentData,
                                int logIndentLevel)
Method Detail

parseSettings

public NavigatorSearch parseSettings(net.sourceforge.jwebunit.WebTester tester,
                                     Collection conditions)
Description copied from interface: IssueNavigatorParser
Parse out the issue navigator settings from the Navigator search page.

Specified by:
parseSettings in interface IssueNavigatorParser
Parameters:
tester - the we client pointed to the navigation page.
conditions - the conditions to parse out.
Returns:
the parsed out search.


Copyright © 2002-2012 Atlassian. All Rights Reserved.