public interface RMTest
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RMAttachment> |
getAttachments()
Returns the URLs of all attachments for this test.
|
java.util.List<RMTestAttribute> |
getAttributes()
Returns a list of all attributes for this test.
|
java.lang.String |
getDescription()
Returns the description of the test definition to be generated in SCTM.
|
java.lang.String |
getExternalId()
Returns the id of the test from the external system.
|
java.lang.String |
getName()
Returns the name of the test definition to be generated in SCTM.
|
long |
getPlannedTime()
Returns the planned time (in minutes) of the test to be generated in SCTM.
|
java.util.List<RMTestStep> |
getSteps()
Returns all steps of the test to be generated in SCTM.
|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getExternalId()
long getPlannedTime()
java.util.List<RMTestStep> getSteps()
java.util.List<RMAttachment> getAttachments()
java.util.List<RMTestAttribute> getAttributes()
Copyright © Micro Focus 2004-2019. All rights reserved.