org.squashtest.tm.service.testautomation
Interface AutomatedExecutionSetIdentifier


public interface AutomatedExecutionSetIdentifier

Objects of this type can be used do identify a set of automated executions.

Author:
Gregory Fouquet

Method Summary
 String getAutomatedSuiteId()
          Should return the id of the automated suite containing the executions
 String getAutomatedTestName()
          Should return the fully qualified name of the automated test runned by the executions.
 String getTestAutomationProjectName()
          Should return the name of the automation project containing the automated tests
 

Method Detail

getTestAutomationProjectName

String getTestAutomationProjectName()
Should return the name of the automation project containing the automated tests

Returns:

getAutomatedSuiteId

String getAutomatedSuiteId()
Should return the id of the automated suite containing the executions

Returns:

getAutomatedTestName

String getAutomatedTestName()
Should return the fully qualified name of the automated test runned by the executions.

Returns:


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.