Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
TestSet |
RegressionSuite.createTestSet(String name)
Creates new TestSet
|
TestSet |
RegressionSuite.createTestSet(String name,
Map<String,Object> attributes)
Creates new TestSet.
|
TestSet |
Project.createTestSet(String name,
RegressionSuite suite)
Create a new Test Set in the project.
|
TestSet |
Project.createTestSet(String name,
RegressionSuite suite,
Map<String,Object> attributes)
Create a new Test Set in the project.
|
TestSet |
V1InstanceCreator.testSet(String name,
RegressionSuite suite,
Project project)
Creates a new TestSet with title and project.
|
TestSet |
V1InstanceCreator.testSet(String name,
RegressionSuite suite,
Project project,
Map<String,Object> attributes)
Creates a new TestSet with title and project.
|
TestSet |
V1InstanceGetter.testSetByDisplayID(String displayID)
Returns a TestSet with the given ID or null if the ID is invalid.
|
TestSet |
V1InstanceGetter.testSetByID(AssetID id)
Returns a Test Set with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<TestSet> |
Epic.getChildTestSets(TestSetFilter filter) |
Collection<TestSet> |
RegressionSuite.getTestSets(TestSetFilter filter)
Request related Test Sets.
|
Collection<TestSet> |
Project.getTestSets(TestSetFilter filter)
Get test sets in this Project filtered as specified in the passed in filter.
|
Collection<TestSet> |
Environment.getTestSets(TestSetFilter filter)
TestSets associated with this Environment.
|
Collection<TestSet> |
Project.getTestSets(TestSetFilter filter,
boolean includeSubprojects)
Get test sets in this Project filtered as specified in the passed in filter.
|
Collection<TestSet> |
V1InstanceGetter.testSets(TestSetFilter filter)
Get Test Sets filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Field and Description |
---|---|
List<TestSet> |
EnvironmentFilter.testSet
TestSets of this item.
|
Copyright © 2013 Version One, Inc.. All rights reserved.