Uses of Class
de.qytera.qtaf.xray.entity.XrayTestStepEntity
Packages that use XrayTestStepEntity
-
Uses of XrayTestStepEntity in de.qytera.qtaf.xray.builder.test
Methods in de.qytera.qtaf.xray.builder.test that return XrayTestStepEntityModifier and TypeMethodDescriptionprotected static XrayTestStepEntityXrayTestEntityBuilder.buildMergedTestStepEntity(List<StepInformationLogMessage> steps) Converts a list ofStepInformationLogMessageinto a singleXrayTestStepEntity.protected static XrayTestStepEntityXrayTestEntityBuilder.buildTestStepEntity(StepInformationLogMessage stepLog) Converts aStepInformationLogMessageinto anXrayTestStepEntity. -
Uses of XrayTestStepEntity in de.qytera.qtaf.xray.entity
Methods in de.qytera.qtaf.xray.entity that return types with arguments of type XrayTestStepEntityModifier and TypeMethodDescriptionXrayTestInfoEntity.getSteps()An array of test steps (for Manual tests).Method parameters in de.qytera.qtaf.xray.entity with type arguments of type XrayTestStepEntityModifier and TypeMethodDescriptionvoidXrayTestInfoEntity.setSteps(List<XrayTestStepEntity> steps) An array of test steps (for Manual tests).