public class TestCaseTarget extends Target
| Constructor and Description |
|---|
TestCaseTarget() |
TestCaseTarget(String path) |
TestCaseTarget(String path,
Integer order) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFolder()
note : return the names of each folders, including the project, of this test case.
|
String |
getName() |
Integer |
getOrder() |
String |
getPath() |
String |
getProject() |
EntityType |
getType() |
int |
hashCode() |
boolean |
isRootTestCase() |
boolean |
isWellFormed() |
void |
setOrder(Integer order) |
void |
setPath(String path) |
String |
toString() |
public TestCaseTarget()
public TestCaseTarget(String path)
public EntityType getType()
public void setPath(String path)
public Integer getOrder()
public void setOrder(Integer order)
public boolean isWellFormed()
isWellFormed in class Targetpublic String getProject()
getProject in class Targetpublic String getName()
public String getFolder()
public boolean isRootTestCase()
Copyright © 2010-2016 Henix, henix.fr. All Rights Reserved.