Uses of Interface
fr.enedis.chutney.scenario.api.raw.dto.TestCaseIndexDto
Packages that use TestCaseIndexDto
Package
Description
-
Uses of TestCaseIndexDto in fr.enedis.chutney.campaign.api
Methods in fr.enedis.chutney.campaign.api that return types with arguments of type TestCaseIndexDto -
Uses of TestCaseIndexDto in fr.enedis.chutney.scenario.api
Methods in fr.enedis.chutney.scenario.api that return TestCaseIndexDtoModifier and TypeMethodDescriptionAggregatedTestCaseController.testCaseMetaData(String testCaseId) Methods in fr.enedis.chutney.scenario.api that return types with arguments of type TestCaseIndexDto -
Uses of TestCaseIndexDto in fr.enedis.chutney.scenario.api.raw.dto
Classes in fr.enedis.chutney.scenario.api.raw.dto that implement TestCaseIndexDtoMethods in fr.enedis.chutney.scenario.api.raw.dto that return TestCaseIndexDtoModifier and TypeMethodDescriptionstatic TestCaseIndexDtoTestCaseIndexDto.from(TestCaseMetadata testCaseMetadata) static TestCaseIndexDtoTestCaseIndexDto.from(TestCaseMetadata testCaseMetadata, ExecutionSummaryDto execution) Methods in fr.enedis.chutney.scenario.api.raw.dto with parameters of type TestCaseIndexDtoModifier and TypeMethodDescriptionstatic ImmutableTestCaseIndexDtoImmutableTestCaseIndexDto.copyOf(TestCaseIndexDto instance) Creates an immutable copy of aTestCaseIndexDtovalue.ImmutableTestCaseIndexDto.Builder.from(TestCaseIndexDto instance) Fill a builder with attribute values from the providedTestCaseIndexDtoinstance.