Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
RegressionSuite |
RegressionPlan.createRegressionSuite(String name)
Create a new Regression Suite with title assigned with this Regression Plan.
|
RegressionSuite |
RegressionPlan.createRegressionSuite(String name,
Map<String,Object> attributes)
Create a new Regression Suite with title assigned with this Regression Plan.
|
RegressionSuite |
TestSet.getRegressionSuite() |
RegressionSuite |
V1InstanceCreator.regressionSuite(String name,
RegressionPlan regressionPlan)
Creates a new Regression Suite with title assigned with this Regression Plan.
|
RegressionSuite |
V1InstanceCreator.regressionSuite(String name,
RegressionPlan regressionPlan,
Map<String,Object> attributes)
Creates a new Regression Suite with title assigned with this Regression Plan.
|
RegressionSuite |
V1InstanceGetter.regressionSuiteByID(AssetID id)
Returns a Regression Suite with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<RegressionSuite> |
RegressionTest.getRegressionSuites() |
Collection<RegressionSuite> |
RegressionPlan.getRegressionSuites(RegressionSuiteFilter filter)
Projects associated with this TestSuite.
|
Collection<RegressionSuite> |
V1InstanceGetter.regressionSuites(RegressionSuiteFilter filter)
Get Regression Suite filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
TestSet.setRegressionSuite(RegressionSuite value) |
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.
|
Modifier and Type | Field and Description |
---|---|
List<RegressionSuite> |
TestSetFilter.regressionSuite
Filter on related Regression suites.
|
List<RegressionSuite> |
RegressionTestFilter.regressionSuites
Related Regression Suites.
|
Copyright © 2013 Version One, Inc.. All rights reserved.