Uses of Class
org.qubership.atp.tdm.controllers.api.dto.testdata.TestDataTableDto
Packages that use TestDataTableDto
Package
Description
-
Uses of TestDataTableDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type TestDataTableDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestDataTableDto> TestDataControllerApi.getTestData(@Valid TestDataRequestDto testDataRequestDto) POST /api/tdm/table : Get test data table. -
Uses of TestDataTableDto in org.qubership.atp.tdm.controllers.api.dto.testdata
Methods in org.qubership.atp.tdm.controllers.api.dto.testdata that return TestDataTableDtoModifier and TypeMethodDescriptionTestDataTableDto.addColumnsItem(TestDataTableColumnDto columnsItem) TestDataTableDto.addDataItem(Map<String, Object> dataItem) TestDataTableDto.columns(List<TestDataTableColumnDto> columns) TestDataTableDto.type(TestDataTableDto.TypeEnum type)