| Constructor and Description |
|---|
TestStepTarget() |
TestStepTarget(TestCaseTarget testCase,
Integer index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getIndex() |
String |
getPath() |
String |
getProject() |
TestCaseTarget |
getTestCase() |
EntityType |
getType() |
int |
hashCode() |
boolean |
isWellFormed() |
void |
setIndex(Integer index) |
void |
setPath(String path) |
void |
setTestCase(TestCaseTarget testCase) |
String |
toString() |
public TestStepTarget()
public TestStepTarget(TestCaseTarget testCase, Integer index)
public void setPath(String path)
path - TestCaseTarget.setPath(java.lang.String)public EntityType getType()
public TestCaseTarget getTestCase()
public void setTestCase(TestCaseTarget testCase)
public Integer getIndex()
public void setIndex(Integer index)
public boolean isWellFormed()
isWellFormed in interface Targetpublic String getProject()
getProject in interface WithPathCopyright © 2010–2017 Henix, henix.fr. All rights reserved.