| 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 interface Targetpublic String getProject()
getProject in interface WithPathpublic String getName()
public String getFolder()
public boolean isRootTestCase()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.