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