com.atlassian.jira.functest.framework.suite
Class WebTestDescriptionList

java.lang.Object
  extended by com.atlassian.jira.functest.framework.suite.WebTestDescriptionList

public final class WebTestDescriptionList
extends Object

Represents an ordered list of WebTestDescriptions and provides methods for advanced operations on this list.

Since:
v4.4

Constructor Summary
WebTestDescriptionList(Iterable<WebTestDescription> descriptions)
           
WebTestDescriptionList(WebTestDescription... descriptions)
           
 
Method Summary
 List<WebTestDescription> list()
          The original list of descriptions.
 List<WebTestDescription> singleTests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebTestDescriptionList

public WebTestDescriptionList(Iterable<WebTestDescription> descriptions)

WebTestDescriptionList

public WebTestDescriptionList(WebTestDescription... descriptions)
Method Detail

list

public List<WebTestDescription> list()
The original list of descriptions.

Returns:
list of web test descriptions

singleTests

public List<WebTestDescription> singleTests()


Copyright © 2002-2012 Atlassian. All Rights Reserved.