Package com.jamasoftware.velocity.api
Interface TestSet
-
- All Superinterfaces:
DomainObjectBase
public interface TestSet extends DomainObjectBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description User
getAssignedTo()
java.lang.String
getName()
java.lang.Integer
getSortOrder()
TestPlan
getTestPlan()
java.util.List<TestSetCase>
getTestSetCases()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObjectBase
getId, getOrganizationId
-
-
-
-
Method Detail
-
getSortOrder
java.lang.Integer getSortOrder()
-
getName
java.lang.String getName()
-
getAssignedTo
User getAssignedTo()
-
getTestPlan
TestPlan getTestPlan()
-
getTestSetCases
java.util.List<TestSetCase> getTestSetCases()
-
-