public interface IRunFactory extends IBaseFactory
Modifier and Type | Method and Description |
---|---|
void |
deleteDuplicateRuns(String runName)
Removes duplicate runs for the current test set.
|
String |
uniqueRunName()
Gets the run name.
|
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
String uniqueRunName()
Gets the run name. The name is unique in the current test and test set.
Getter method for the COM property "UniqueRunName"
void deleteDuplicateRuns(String runName)
Removes duplicate runs for the current test set. Removal is immediate without Post.
runName
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.