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 with parameters of type TestFeatureModifier and TypeMethodDescriptioncom.google.gson.JsonElementTestCaseAnnotationSerializer.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.getTestCaseAnnotation()Get testCaseAnnotationMethods in de.qytera.qtaf.core.log.model.collection with parameters of type TestFeatureModifier and TypeMethodDescriptionstatic TestFeatureLogCollectionTestFeatureLogCollection.createFeatureLogCollectionIfNotExists(int featureId, TestFeature testFeatureAnnotation) Factory method This method has to be synchronized so that only one thread at a time can execute this methodTestFeatureLogCollection.setTestCaseAnnotation(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