org.squashtest.tm.domain.testautomation
@Entity public class AutomatedTest extends Object
| Constructor and Description |
|---|
AutomatedTest() |
AutomatedTest(String name,
TestAutomationProject project) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName() |
Long |
getId() |
String |
getName() |
String |
getNameWithoutRoot() |
String |
getPath() |
TestAutomationProject |
getProject() |
String |
getRootFolderName() |
String |
getShortName() |
boolean |
isAtTheRoot() |
AutomatedTest |
newWithName(String name) |
AutomatedTest |
newWithProject(TestAutomationProject project) |
public AutomatedTest()
public AutomatedTest(String name, TestAutomationProject project)
public Long getId()
public TestAutomationProject getProject()
public String getName()
public String getFullName()
public String getPath()
public String getShortName()
public String getNameWithoutRoot()
public String getRootFolderName()
public boolean isAtTheRoot()
public AutomatedTest newWithProject(TestAutomationProject project)
public AutomatedTest newWithName(String name)
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.