|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestStep | |
|---|---|
| org.squashtest.csp.tm.domain.execution | |
| org.squashtest.csp.tm.domain.testcase | |
| org.squashtest.csp.tm.internal.repository | |
| org.squashtest.csp.tm.internal.repository.hibernate | This file contains Hibernate named queries used by DAOs. |
| org.squashtest.csp.tm.internal.service | |
| org.squashtest.csp.tm.internal.service.deletion | |
| org.squashtest.csp.tm.service | |
| Uses of TestStep in org.squashtest.csp.tm.domain.execution |
|---|
| Methods in org.squashtest.csp.tm.domain.execution that return TestStep | |
|---|---|
TestStep |
ExecutionStep.getReferencedTestStep()
|
| Constructors in org.squashtest.csp.tm.domain.execution with parameters of type TestStep | |
|---|---|
ExecutionStep(TestStep testStep)
|
|
| Uses of TestStep in org.squashtest.csp.tm.domain.testcase |
|---|
| Subclasses of TestStep in org.squashtest.csp.tm.domain.testcase | |
|---|---|
class |
ActionTestStep
|
class |
CallTestStep
|
| Methods in org.squashtest.csp.tm.domain.testcase that return TestStep | |
|---|---|
abstract TestStep |
TestStep.createCopy()
Should create a transient copy of this TestStep according to business rules. |
| Methods in org.squashtest.csp.tm.domain.testcase that return types with arguments of type TestStep | |
|---|---|
List<TestStep> |
TestCase.getSteps()
|
| Methods in org.squashtest.csp.tm.domain.testcase with parameters of type TestStep | |
|---|---|
void |
TestCase.addStep(int index,
TestStep step)
|
void |
TestCase.addStep(TestStep step)
|
| Method parameters in org.squashtest.csp.tm.domain.testcase with type arguments of type TestStep | |
|---|---|
void |
TestCase.moveSteps(int newIndex,
List<TestStep> movedSteps)
Will move a list of steps to a new position. |
| Uses of TestStep in org.squashtest.csp.tm.internal.repository |
|---|
| Methods in org.squashtest.csp.tm.internal.repository with type parameters of type TestStep | ||
|---|---|---|
|
TestStepDao.persist(STEP testStep)
|
|
| Methods in org.squashtest.csp.tm.internal.repository that return TestStep | |
|---|---|
TestStep |
TestStepDao.findById(Long testStepId)
|
| Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type TestStep | |
|---|---|
List<TestStep> |
TestCaseDao.findAllStepsByIdFiltered(long testCaseId,
CollectionFilter filter)
|
List<TestStep> |
TestStepDao.findListById(List<Long> testStepIds)
|
| Uses of TestStep in org.squashtest.csp.tm.internal.repository.hibernate |
|---|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate that return TestStep | |
|---|---|
TestStep |
HibernateTestStepDao.findById(Long testStepId)
|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type TestStep | |
|---|---|
List<TestStep> |
HibernateTestCaseDao.findAllStepsByIdFiltered(long testCaseId,
CollectionFilter filter)
|
List<TestStep> |
HibernateTestStepDao.findListById(List<Long> testStepIds)
|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate with parameters of type TestStep | |
|---|---|
void |
HibernateTestStepDao.persist(TestStep testStep)
|
| Uses of TestStep in org.squashtest.csp.tm.internal.service |
|---|
| Methods in org.squashtest.csp.tm.internal.service that return TestStep | |
|---|---|
TestStep |
CustomTestCaseModificationServiceImpl.addActionTestStep(long parentTestCaseId,
ActionTestStep newTestStep)
|
| Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type TestStep | |
|---|---|
List<TestStep> |
CustomTestCaseModificationServiceImpl.findStepsByTestCaseId(long testCaseId)
|
FilteredCollectionHolder<List<TestStep>> |
CustomTestCaseModificationServiceImpl.findStepsByTestCaseIdFiltered(long testCaseId,
CollectionFilter filter)
|
| Methods in org.squashtest.csp.tm.internal.service with parameters of type TestStep | |
|---|---|
void |
TestCaseNodeDeletionHandler.deleteStep(TestCase ower,
TestStep step)
|
| Uses of TestStep in org.squashtest.csp.tm.internal.service.deletion |
|---|
| Methods in org.squashtest.csp.tm.internal.service.deletion with parameters of type TestStep | |
|---|---|
void |
TestCaseNodeDeletionHandlerImpl.deleteStep(TestCase owner,
TestStep step)
|
| Uses of TestStep in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service that return TestStep | |
|---|---|
TestStep |
CustomTestCaseModificationService.addActionTestStep(long parentTestCaseId,
ActionTestStep newTestStep)
|
| Methods in org.squashtest.csp.tm.service that return types with arguments of type TestStep | |
|---|---|
List<TestStep> |
CustomTestCaseModificationService.findStepsByTestCaseId(long testCaseId)
|
FilteredCollectionHolder<List<TestStep>> |
CustomTestCaseModificationService.findStepsByTestCaseIdFiltered(long testCaseId,
CollectionFilter filter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||