Uses of Class
org.qubership.atp.mia.model.impl.testdata.TestDataWorkbook
Packages that use TestDataWorkbook
Package
Description
-
Uses of TestDataWorkbook in org.qubership.atp.mia.model.impl.testdata.parsed
Methods in org.qubership.atp.mia.model.impl.testdata.parsed with parameters of type TestDataWorkbookModifier and TypeMethodDescriptionvoidDescription.addOtherParam(String key, String value, TestDataWorkbook testDataWorkbook) Add other parameter (and add to each scenario). -
Uses of TestDataWorkbook in org.qubership.atp.mia.repo.impl
Methods in org.qubership.atp.mia.repo.impl that return TestDataWorkbookMethods in org.qubership.atp.mia.repo.impl with parameters of type TestDataWorkbookModifier and TypeMethodDescriptionvoidTestDataRepository.parseWorkbook(TestDataWorkbook testDataWorkbook, boolean forValidate) Parse workbook. -
Uses of TestDataWorkbook in org.qubership.atp.mia.service.execution
Methods in org.qubership.atp.mia.service.execution that return TestDataWorkbookModifier and TypeMethodDescriptionTestDataService.uploadTestDataFileAndValidate(org.springframework.web.multipart.MultipartFile file) Upload file provided by FE to BE and validate it.