Uses of Class
de.qytera.qtaf.xray.entity.XrayTestEntity
Packages that use XrayTestEntity
-
Uses of XrayTestEntity in de.qytera.qtaf.xray.builder.test
Methods in de.qytera.qtaf.xray.builder.test that return XrayTestEntityModifier and TypeMethodDescriptionXrayTestEntityBuilder.buildTestEntity(XrayTest xrayTest, T scenarioData) Builds a test entity for an executed test. -
Uses of XrayTestEntity in de.qytera.qtaf.xray.dto.request.xray
Methods in de.qytera.qtaf.xray.dto.request.xray that return types with arguments of type XrayTestEntityModifier and TypeMethodDescriptionImportExecutionResultsRequestDto.getTests()The Test Run result details.Method parameters in de.qytera.qtaf.xray.dto.request.xray with type arguments of type XrayTestEntityModifier and TypeMethodDescriptionvoidImportExecutionResultsRequestDto.setTests(List<XrayTestEntity> tests) The Test Run result details.