Uses of Interface
com.chutneytesting.scenario.api.raw.dto.TestCaseIndexDto
Packages that use TestCaseIndexDto
Package
Description
-
Uses of TestCaseIndexDto in com.chutneytesting.campaign.api
Methods in com.chutneytesting.campaign.api that return types with arguments of type TestCaseIndexDto -
Uses of TestCaseIndexDto in com.chutneytesting.scenario.api
Methods in com.chutneytesting.scenario.api that return TestCaseIndexDtoModifier and TypeMethodDescriptionAggregatedTestCaseController.testCaseMetaData(String testCaseId) Methods in com.chutneytesting.scenario.api that return types with arguments of type TestCaseIndexDto -
Uses of TestCaseIndexDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement TestCaseIndexDtoMethods in com.chutneytesting.scenario.api.raw.dto that return TestCaseIndexDtoModifier and TypeMethodDescriptionstatic TestCaseIndexDtoTestCaseIndexDto.from(TestCaseMetadata testCaseMetadata) static TestCaseIndexDtoTestCaseIndexDto.from(TestCaseMetadata testCaseMetadata, ExecutionSummaryDto execution) Methods in com.chutneytesting.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.