Uses of Class
com.chutneytesting.design.domain.editionlock.TestCaseEdition
Packages that use TestCaseEdition
Package
Description
-
Uses of TestCaseEdition in com.chutneytesting.design.domain.editionlock
Methods in com.chutneytesting.design.domain.editionlock that return TestCaseEditionModifier and TypeMethodDescriptionTestCaseEditionsService.editTestCase(String testCaseId, String user) Methods in com.chutneytesting.design.domain.editionlock that return types with arguments of type TestCaseEditionModifier and TypeMethodDescriptionstatic Predicate<TestCaseEdition>static Predicate<TestCaseEdition>TestCaseEditions.findAll()default List<TestCaseEdition>TestCaseEditions.findBy(Predicate<TestCaseEdition> condition) TestCaseEditionsService.getTestCaseEditions(String testCaseId) Methods in com.chutneytesting.design.domain.editionlock with parameters of type TestCaseEditionModifier and TypeMethodDescriptionbooleanTestCaseEditions.add(TestCaseEdition testCaseEdition) booleanTestCaseEditions.remove(TestCaseEdition testCaseEdition) Method parameters in com.chutneytesting.design.domain.editionlock with type arguments of type TestCaseEditionModifier and TypeMethodDescriptiondefault 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 TestCaseEditionMethods in com.chutneytesting.design.infra.storage.editionlock with parameters of type TestCaseEditionModifier and TypeMethodDescriptionbooleanTestCaseEditionsImpl.add(TestCaseEdition testCaseEdition) booleanTestCaseEditionsImpl.remove(TestCaseEdition testCaseEdition)