Uses of Annotation Interface
de.qytera.qtaf.core.config.annotations.TestFeature
Packages that use TestFeature
Package
Description
-
Uses of TestFeature in de.qytera.qtaf.core.gson.serializer
Methods in de.qytera.qtaf.core.gson.serializer that return types with arguments of type TestFeatureMethods in de.qytera.qtaf.core.gson.serializer with parameters of type TestFeatureModifier and TypeMethodDescriptioncom.google.gson.JsonElementTestFeatureAnnotationSerializer.serialize(TestFeature testFeature, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) -
Uses of TestFeature in de.qytera.qtaf.core.log.model.collection
Methods in de.qytera.qtaf.core.log.model.collection that return TestFeatureModifier and TypeMethodDescriptionTestFeatureLogCollection.getTestFeatureAnnotation()Get testCaseAnnotation.Methods in de.qytera.qtaf.core.log.model.collection with parameters of type TestFeatureModifier and TypeMethodDescriptionstatic TestFeatureLogCollectionTestFeatureLogCollection.createFeatureLogCollectionIfNotExists(String featureId, TestFeature testFeatureAnnotation) Factory method.TestFeatureLogCollection.setTestFeatureAnnotation(TestFeature testFeatureAnnotation) Set testCaseAnnotation. -
Uses of TestFeature in de.qytera.qtaf.cucumber.context
Fields in de.qytera.qtaf.cucumber.context declared as TestFeatureModifier and TypeFieldDescriptionprotected TestFeatureQtafTestNGCucumberContext.testFeatureAnnotationPage object annotation reference. -
Uses of TestFeature in de.qytera.qtaf.testng.context
Fields in de.qytera.qtaf.testng.context declared as TestFeatureModifier and TypeFieldDescriptionprotected TestFeatureQtafTestNGContext.testFeatureAnnotationPage object annotation reference.