Uses of Class
de.qytera.qtaf.xray.entity.XrayTestInfoEntity
Packages that use XrayTestInfoEntity
-
Uses of XrayTestInfoEntity in de.qytera.qtaf.xray.builder.test
Methods in de.qytera.qtaf.xray.builder.test that return XrayTestInfoEntityModifier and TypeMethodDescriptionprotected XrayTestInfoEntityMultipleIterationsXrayTestEntityBuilder.getTestInfo(XrayTest xrayTest, List<TestScenarioLogCollection> scenarioLogs) protected XrayTestInfoEntitySingleIterationXrayTestEntityBuilder.getTestInfo(XrayTest xrayTest, TestScenarioLogCollection scenario) protected abstract XrayTestInfoEntityXrayTestEntityBuilder.getTestInfo(XrayTest xrayTest, T scenarioData) Builds a test information entity for a test. -
Uses of XrayTestInfoEntity in de.qytera.qtaf.xray.entity
Subclasses of XrayTestInfoEntity in de.qytera.qtaf.xray.entityModifier and TypeClassDescriptionclassXray test info entity.classXray test info entity.Methods in de.qytera.qtaf.xray.entity that return XrayTestInfoEntityMethods in de.qytera.qtaf.xray.entity with parameters of type XrayTestInfoEntityModifier and TypeMethodDescriptionvoidXrayTestEntity.setTestInfo(XrayTestInfoEntity testInfo) The testInfo element.