com.polarion.alm.tracker.model.ITestStepResult
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
String | STRUCTURE_ID | |
String | KEY_RESULT | |
String | KEY_COMMENT | |
String | KEY_ATTACHMENTS |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IEnumOption | getResult() | |
void | setResult(IEnumOption) | |
void | setResult(String) | |
Text | getComment() | |
void | setComment(Text) | |
List | getAttachments() | Returns list of attachments of this test step result. Use {@link ITestRecord#createAttachmentForTestStepResult(int,String,String,InputStream)} to create new attachment. |
void | deleteAttachment(String) | Delete attachment. |
void | deleteAttachmentById(String) | Delete attachment using its id. |
ITestRunAttachment | getAttachment(String) |
Back to Index