Interface TestCaseRepository
-
- All Superinterfaces:
AggregatedRepository<TestCase>
public interface TestCaseRepository extends AggregatedRepository<TestCase>
-
-
Method Summary
-
Methods inherited from interface com.chutneytesting.server.core.domain.scenario.AggregatedRepository
findAll, findById, findExecutableById, findMetadataById, lastVersion, removeById, save, search
-
-