Uses of Class
com.chutneytesting.design.domain.editionlock.TestCaseEdition
-
Packages that use TestCaseEdition Package Description com.chutneytesting.design.domain.editionlock com.chutneytesting.design.infra.storage.editionlock -
-
Uses of TestCaseEdition in com.chutneytesting.design.domain.editionlock
Methods in com.chutneytesting.design.domain.editionlock that return TestCaseEdition Modifier and Type Method Description TestCaseEditionTestCaseEditionsService. editTestCase(String testCaseId, String user)Methods in com.chutneytesting.design.domain.editionlock that return types with arguments of type TestCaseEdition Modifier and Type Method Description static Predicate<TestCaseEdition>TestCaseEdition. byEditor(String editor)static Predicate<TestCaseEdition>TestCaseEdition. byId(String testCaseId)List<TestCaseEdition>TestCaseEditions. findAll()default List<TestCaseEdition>TestCaseEditions. findBy(Predicate<TestCaseEdition> condition)List<TestCaseEdition>TestCaseEditionsService. getTestCaseEditions(String testCaseId)Methods in com.chutneytesting.design.domain.editionlock with parameters of type TestCaseEdition Modifier and Type Method Description booleanTestCaseEditions. add(TestCaseEdition testCaseEdition)booleanTestCaseEditions. remove(TestCaseEdition testCaseEdition)Method parameters in com.chutneytesting.design.domain.editionlock with type arguments of type TestCaseEdition Modifier and Type Method Description default List<TestCaseEdition>TestCaseEditions. findBy(Predicate<TestCaseEdition> condition) -
Uses of TestCaseEdition in com.chutneytesting.design.infra.storage.editionlock
Methods in com.chutneytesting.design.infra.storage.editionlock that return types with arguments of type TestCaseEdition Modifier and Type Method Description List<TestCaseEdition>TestCaseEditionsImpl. findAll()Methods in com.chutneytesting.design.infra.storage.editionlock with parameters of type TestCaseEdition Modifier and Type Method Description booleanTestCaseEditionsImpl. add(TestCaseEdition testCaseEdition)booleanTestCaseEditionsImpl. remove(TestCaseEdition testCaseEdition)
-