com.atlassian.jira.functest.framework.suite
Class WebTestDescriptionList
java.lang.Object
com.atlassian.jira.functest.framework.suite.WebTestDescriptionList
public final class WebTestDescriptionList
- extends Object
Represents an ordered list of WebTestDescription
s and provides
methods for advanced operations on this list.
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebTestDescriptionList
public WebTestDescriptionList(Iterable<WebTestDescription> descriptions)
WebTestDescriptionList
public WebTestDescriptionList(WebTestDescription... descriptions)
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.