com.atlassian.jira.functest.framework.parser.filter
Class FilterParserImpl

java.lang.Object
  extended by com.atlassian.jira.functest.framework.AbstractFuncTestUtil
      extended by com.atlassian.jira.functest.framework.parser.filter.FilterParserImpl
All Implemented Interfaces:
FilterParser, com.atlassian.jira.testkit.client.log.FuncTestLogger

public class FilterParserImpl
extends AbstractFuncTestUtil
implements FilterParser


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.functest.framework.parser.filter.FilterParser
FilterParser.TableId
 
Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
environmentData, FS, locators, logger, logIndentLevel, tester
 
Constructor Summary
FilterParserImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)
           
 
Method Summary
 FilterList parseFilterList(String tableId)
          Parse a list of filters created by filter-list.jsp
 
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

FilterParserImpl

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

parseFilterList

public FilterList parseFilterList(String tableId)
Description copied from interface: FilterParser
Parse a list of filters created by filter-list.jsp

Specified by:
parseFilterList in interface FilterParser
Parameters:
tableId - id of the table testing
Returns:
object containing info on filters and the table or null if no such table exists.


Copyright © 2002-2012 Atlassian. All Rights Reserved.