Class TestCaseEditionsImpl
java.lang.Object
com.chutneytesting.design.infra.storage.editionlock.TestCaseEditionsImpl
- All Implemented Interfaces:
TestCaseEditions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(TestCaseEdition testCaseEdition) findAll()booleanremove(TestCaseEdition testCaseEdition) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.chutneytesting.design.domain.editionlock.TestCaseEditions
findBy
-
Constructor Details
-
TestCaseEditionsImpl
-
-
Method Details
-
findAll
- Specified by:
findAllin interfaceTestCaseEditions
-
add
- Specified by:
addin interfaceTestCaseEditions
-
remove
- Specified by:
removein interfaceTestCaseEditions
-