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
Classes in de.qytera.qtaf.xray.entity with type parameters of type XrayTestInfoEntityModifier and TypeClassDescriptionstatic classXrayTestInfoEntity.XrayTestInfoEntityBuilder<C extends XrayTestInfoEntity,B extends XrayTestInfoEntity.XrayTestInfoEntityBuilder<C, B>> 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.