org.squashtest.csp.tm.domain.testautomation
Class AutomatedTest
java.lang.Object
org.squashtest.csp.tm.domain.testautomation.AutomatedTest
@Entity
public class AutomatedTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutomatedTest
public AutomatedTest()
AutomatedTest
public AutomatedTest(String name,
TestAutomationProject project)
getId
public Long getId()
getProject
public TestAutomationProject getProject()
getName
public String getName()
getFullName
public String getFullName()
- Returns:
- project.name + name
getPath
public String getPath()
- Returns:
- name - shortName
getShortName
public String getShortName()
- Returns:
- returns name - path
getNameWithoutRoot
public String getNameWithoutRoot()
- Returns:
- name - rootfolder
getRootFolderName
public String getRootFolderName()
isAtTheRoot
public boolean isAtTheRoot()
- Returns:
- if the test is a direct child of the root folder
newWithProject
public AutomatedTest newWithProject(TestAutomationProject project)
newWithName
public AutomatedTest newWithName(String name)
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.