Interface RawScenarioRepository
-
- All Superinterfaces:
AggregatedRepository<RawTestCase>
public interface RawScenarioRepository extends AggregatedRepository<RawTestCase>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringsave(GwtTestCase scenario)-
Methods inherited from interface com.chutneytesting.server.core.domain.scenario.AggregatedRepository
findAll, findById, findExecutableById, findMetadataById, lastVersion, removeById, save, search
-
-
-
-
Method Detail
-
save
String save(GwtTestCase scenario)
- Returns:
- the id of the scenario
-
-