Uses of Class
de.qytera.qtaf.core.log.model.collection.TestFeatureLogCollection
Packages that use TestFeatureLogCollection
Package
Description
-
Uses of TestFeatureLogCollection in de.qytera.qtaf.core.log.model.collection
Methods in de.qytera.qtaf.core.log.model.collection that return TestFeatureLogCollectionModifier and TypeMethodDescriptionTestSuiteLogCollection.createFeatureIfNotExists(int featureId, String featureName) Create a new log collection if it was not created beforestatic 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 methodstatic TestFeatureLogCollectionTestFeatureLogCollection.createFeatureLogCollectionIfNotExists(int featureId, String featureName) Factory method This method has to be synchronized so that only one thread at a time can execute this methodTestFeatureLogCollection.setTestCaseAnnotation(TestFeature testFeatureAnnotation) Set testCaseAnnotationMethods in de.qytera.qtaf.core.log.model.collection that return types with arguments of type TestFeatureLogCollectionModifier and TypeMethodDescriptionTestSuiteLogCollection.getTestFeatureLogCollections()Get test case log collectionsMethods in de.qytera.qtaf.core.log.model.collection with parameters of type TestFeatureLogCollectionModifier and TypeMethodDescriptionTestSuiteLogCollection.addTestClassLogCollection(TestFeatureLogCollection collection) Add new test case collection -
Uses of TestFeatureLogCollection in de.qytera.qtaf.cucumber.context
Fields in de.qytera.qtaf.cucumber.context declared as TestFeatureLogCollectionModifier and TypeFieldDescriptionprotected TestFeatureLogCollectionQtafTestNGCucumberContext.testFeatureLogCollectionLog collection for all methods in this class -
Uses of TestFeatureLogCollection in de.qytera.qtaf.testng.context
Fields in de.qytera.qtaf.testng.context declared as TestFeatureLogCollectionModifier and TypeFieldDescriptionprotected TestFeatureLogCollectionQtafTestNGContext.testFeatureLogCollectionLog collection for all methods in this class