Uses of Class
de.qytera.qtaf.xray.entity.XrayManualTestStepResultEntity
Packages that use XrayManualTestStepResultEntity
-
Uses of XrayManualTestStepResultEntity in de.qytera.qtaf.xray.builder.test
Methods in de.qytera.qtaf.xray.builder.test that return XrayManualTestStepResultEntityModifier and TypeMethodDescriptionprotected static XrayManualTestStepResultEntityXrayTestEntityBuilder.buildManualTestStepResultEntity(StepInformationLogMessage step) Converts aStepInformationLogMessageinto anXrayManualTestStepResultEntity.protected static XrayManualTestStepResultEntityXrayTestEntityBuilder.buildMergedManualTestStepResultEntity(List<StepInformationLogMessage> steps) Converts a list ofStepInformationLogMessageinto a singleXrayManualTestStepResultEntity.Methods in de.qytera.qtaf.xray.builder.test that return types with arguments of type XrayManualTestStepResultEntityModifier and TypeMethodDescriptionprotected List<XrayManualTestStepResultEntity>MultipleIterationsXrayTestEntityBuilder.getSteps(XrayTest xrayTest, List<TestScenarioLogCollection> scenarioLogs) protected List<XrayManualTestStepResultEntity>SingleIterationXrayTestEntityBuilder.getSteps(XrayTest xrayTest, TestScenarioLogCollection scenario) protected abstract List<XrayManualTestStepResultEntity>Extracts the test's list of test step results from provided scenario data. -
Uses of XrayManualTestStepResultEntity in de.qytera.qtaf.xray.entity
Subclasses of XrayManualTestStepResultEntity in de.qytera.qtaf.xray.entityModifier and TypeClassDescriptionclassXray manual test step result entity.classXray manual test step result entity.Methods in de.qytera.qtaf.xray.entity that return types with arguments of type XrayManualTestStepResultEntityModifier and TypeMethodDescriptionXrayIterationResultEntity.getSteps()An array of step results (for Manual tests).XrayTestEntity.getSteps()The step results.Method parameters in de.qytera.qtaf.xray.entity with type arguments of type XrayManualTestStepResultEntityModifier and TypeMethodDescriptionvoidXrayIterationResultEntity.setSteps(List<XrayManualTestStepResultEntity> steps) An array of step results (for Manual tests).voidXrayTestEntity.setSteps(List<XrayManualTestStepResultEntity> steps) The step results.