public interface RMTestProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RMTest> |
getTests(java.lang.String projectId,
java.lang.String parentId)
Returns all tests information to generate the test definitions in SCTM for a synchronized requirement tree node.
|
boolean |
isTestGenerationSupported(java.lang.String nodeTypeId)
Tells if a specific node type does support the getTests() call.
|
java.util.List<RMTest> getTests(java.lang.String projectId, java.lang.String parentId) throws RMPluginException
projectId - the id of the project.parentId - the id of the node for which the tests should be generated.RMPluginExceptionboolean isTestGenerationSupported(java.lang.String nodeTypeId)
throws java.lang.IllegalArgumentException
nodeTypeId - the id of a RMNodeType.java.lang.IllegalArgumentExceptionCopyright © Micro Focus 2004-2019. All rights reserved.