Uses of Class
fr.enedis.chutney.scenario.domain.gwt.GwtTestCase
Packages that use GwtTestCase
Package
Description
-
Uses of GwtTestCase in fr.enedis.chutney.dataset.domain
Constructor parameters in fr.enedis.chutney.dataset.domain with type arguments of type GwtTestCaseModifierConstructorDescriptionDatasetService(DataSetRepository dataSetRepository, CampaignRepository campaignRepository, AggregatedRepository<GwtTestCase> testCaseRepository) -
Uses of GwtTestCase in fr.enedis.chutney.scenario.api
Constructor parameters in fr.enedis.chutney.scenario.api with type arguments of type GwtTestCaseModifierConstructorDescriptionGwtTestCaseController(AggregatedRepository<GwtTestCase> testCaseRepository, SpringUserService userService) -
Uses of GwtTestCase in fr.enedis.chutney.scenario.api.raw.mapper
Methods in fr.enedis.chutney.scenario.api.raw.mapper that return GwtTestCaseModifier and TypeMethodDescriptionstatic GwtTestCaseGwtTestCaseMapper.fromDto(GwtTestCaseDto dto) static GwtTestCaseRawTestCaseMapper.fromDto(RawTestCaseDto dto) Methods in fr.enedis.chutney.scenario.api.raw.mapper with parameters of type GwtTestCaseModifier and TypeMethodDescriptionstatic RawTestCaseDtoRawTestCaseMapper.toDto(GwtTestCase testCase) -
Uses of GwtTestCase in fr.enedis.chutney.scenario.domain.gwt
Methods in fr.enedis.chutney.scenario.domain.gwt that return GwtTestCaseMethods in fr.enedis.chutney.scenario.domain.gwt with parameters of type GwtTestCase -
Uses of GwtTestCase in fr.enedis.chutney.scenario.infra.aop
Methods in fr.enedis.chutney.scenario.infra.aop with parameters of type GwtTestCaseModifier and TypeMethodDescriptionvoidScenarioIndexingAspect.index(GwtTestCase testCase, String id) -
Uses of GwtTestCase in fr.enedis.chutney.scenario.infra.jpa
Methods in fr.enedis.chutney.scenario.infra.jpa that return GwtTestCaseMethods in fr.enedis.chutney.scenario.infra.jpa with parameters of type GwtTestCaseModifier and TypeMethodDescriptionstatic ScenarioEntityScenarioEntity.fromGwtTestCase(GwtTestCase testCase) -
Uses of GwtTestCase in fr.enedis.chutney.scenario.infra.raw
Methods in fr.enedis.chutney.scenario.infra.raw that return types with arguments of type GwtTestCaseModifier and TypeMethodDescriptionMethods in fr.enedis.chutney.scenario.infra.raw with parameters of type GwtTestCase