Interface IRunFactory

  • All Superinterfaces:
    com4j.Com4jObject, IBaseFactory

    public interface IRunFactory
    extends IBaseFactory
    Services for managing test runs.
    • Method Detail

      • uniqueRunName

        java.lang.String uniqueRunName()

        Gets the run name. The name is unique in the current test and test set.

        Getter method for the COM property "UniqueRunName"

        Returns:
        Returns a value of type java.lang.String
      • deleteDuplicateRuns

        void deleteDuplicateRuns​(java.lang.String runName)

        Removes duplicate runs for the current test set. Removal is immediate without Post.

        Parameters:
        runName - Mandatory java.lang.String parameter.