Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Test |
PrimaryWorkitem.createTest(String name)
Create a test that belongs to this item.
|
Test |
PrimaryWorkitem.createTest(String name,
Map<String,Object> attributes)
Create a test that belongs to this item.
|
Test |
RegressionTest.getGeneratedFrom() |
Test |
V1InstanceCreator.test(String name,
Workitem workitem)
Create a new Test with a name.
|
Test |
V1InstanceCreator.test(String name,
Workitem workitem,
Map<String,Object> attributes)
Create a new Test with a name.
|
Modifier and Type | Method and Description |
---|---|
Collection<Test> |
Epic.getChildTests(TestFilter filter)
Tests that are immediate children of this Epic
|
Collection<Test> |
RegressionTest.getGeneratedTests()
Gets Tests generated from current Regression Test.
|
Rank<Test> |
Test.getRankOrder() |
Collection<Test> |
Project.getTests(TestFilter filter)
Get Tests in this Project filtered as specified in the passed in filter.
|
Collection<Test> |
V1InstanceGetter.tests(TestFilter filter)
Get Tests filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Method and Description |
---|---|
RegressionTest |
V1InstanceCreator.regressionTest(Test test)
Creates new Regression Test based on Test
|
void |
RegressionTest.setGeneratedFrom(Test generatedFrom) |
Modifier and Type | Field and Description |
---|---|
List<Test> |
RegressionTestFilter.generatedFrom
Test which was used to generate this item.
|
List<Test> |
RegressionTestFilter.generatedTests
Tests generated from this item.
|
Copyright © 2013 Version One, Inc.. All rights reserved.