Class TestCaseEditionsService
- java.lang.Object
-
- com.chutneytesting.design.domain.editionlock.TestCaseEditionsService
-
public class TestCaseEditionsService extends Object
-
-
Constructor Summary
Constructors Constructor Description TestCaseEditionsService(TestCaseEditions testCaseEditions, TestCaseRepositoryAggregator testCaseRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestCaseEditioneditTestCase(String testCaseId, String user)voidendTestCaseEdition(String testCaseId, String user)List<TestCaseEdition>getTestCaseEditions(String testCaseId)
-
-
-
Constructor Detail
-
TestCaseEditionsService
public TestCaseEditionsService(TestCaseEditions testCaseEditions, TestCaseRepositoryAggregator testCaseRepository)
-
-
Method Detail
-
getTestCaseEditions
public List<TestCaseEdition> getTestCaseEditions(String testCaseId)
-
editTestCase
public TestCaseEdition editTestCase(String testCaseId, String user)
-
-