Package com.jamasoftware.velocity.api
Interface TestStepItem
-
- All Superinterfaces:
DomainObjectBase
,StepItem
- All Known Subinterfaces:
TestCaseStep
,TestRunStep
public interface TestStepItem extends StepItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getExpectedResult()
java.lang.String
getNotes()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObjectBase
getId, getOrganizationId
-
Methods inherited from interface com.jamasoftware.velocity.api.StepItem
getAction, getStepIndex, getStepType
-
-