Uses of Interface
com.chutneytesting.scenario.api.raw.dto.TestCaseIndexDto
-
Packages that use TestCaseIndexDto Package Description com.chutneytesting.campaign.api com.chutneytesting.scenario.api com.chutneytesting.scenario.api.raw.dto -
-
Uses of TestCaseIndexDto in com.chutneytesting.campaign.api
Methods in com.chutneytesting.campaign.api that return types with arguments of type TestCaseIndexDto Modifier and Type Method Description List<TestCaseIndexDto>CampaignController. getCampaignScenarios(Long campaignId) -
Uses of TestCaseIndexDto in com.chutneytesting.scenario.api
Methods in com.chutneytesting.scenario.api that return TestCaseIndexDto Modifier and Type Method Description TestCaseIndexDtoAggregatedTestCaseController. testCaseMetaData(String testCaseId)Methods in com.chutneytesting.scenario.api that return types with arguments of type TestCaseIndexDto Modifier and Type Method Description List<TestCaseIndexDto>AggregatedTestCaseController. getTestCases(String textFilter) -
Uses of TestCaseIndexDto in com.chutneytesting.scenario.api.raw.dto
Classes in com.chutneytesting.scenario.api.raw.dto that implement TestCaseIndexDto Modifier and Type Class Description classImmutableTestCaseIndexDtoImmutable implementation ofTestCaseIndexDto.Methods in com.chutneytesting.scenario.api.raw.dto that return TestCaseIndexDto Modifier and Type Method Description static TestCaseIndexDtoTestCaseIndexDto. from(TestCaseMetadata testCaseMetadata, List<ExecutionSummaryDto> executions)Methods in com.chutneytesting.scenario.api.raw.dto with parameters of type TestCaseIndexDto Modifier and Type Method Description static ImmutableTestCaseIndexDtoImmutableTestCaseIndexDto. copyOf(TestCaseIndexDto instance)Creates an immutable copy of aTestCaseIndexDtovalue.ImmutableTestCaseIndexDto.BuilderImmutableTestCaseIndexDto.Builder. from(TestCaseIndexDto instance)Fill a builder with attribute values from the providedTestCaseIndexDtoinstance.
-