public final class WebTestDescriptionList extends Object
WebTestDescription
s and provides
methods for advanced operations on this list.Constructor and Description |
---|
WebTestDescriptionList(Iterable<WebTestDescription> descriptions) |
WebTestDescriptionList(WebTestDescription... descriptions) |
Modifier and Type | Method and Description |
---|---|
List<WebTestDescription> |
list()
The original list of descriptions.
|
List<WebTestDescription> |
singleTests() |
public WebTestDescriptionList(Iterable<WebTestDescription> descriptions)
public WebTestDescriptionList(WebTestDescription... descriptions)
public List<WebTestDescription> list()
public List<WebTestDescription> singleTests()
Copyright © 2002-2017 Atlassian. All Rights Reserved.