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.guice.method_interceptor
Methods in de.qytera.qtaf.core.guice.method_interceptor that return TestFeatureLogCollectionModifier and TypeMethodDescriptiondefault TestFeatureLogCollectionAbstractTestNGAnnotatedMethodInterceptor.buildFeatureLogCollection(org.aopalliance.intercept.MethodInvocation methodInvocation, Object instance) Get or build the feature log collection object that should be used for the intercepted method.Methods in de.qytera.qtaf.core.guice.method_interceptor with parameters of type TestFeatureLogCollectionModifier and TypeMethodDescriptiondefault TestScenarioLogCollectionAbstractTestNGAnnotatedMethodInterceptor.buildScenarioLogCollection(TestFeatureLogCollection featureLogCollection, org.aopalliance.intercept.MethodInvocation methodInvocation, Object instance) Get or build the scenario log collection object that should be used for the intercepted method. -
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(String featureId, String featureName) Create a new log collection if it was not created before.static TestFeatureLogCollectionTestFeatureLogCollection.createFeatureLogCollectionIfNotExists(String featureId, TestFeature testFeatureAnnotation) Factory method.static TestFeatureLogCollectionTestFeatureLogCollection.createFeatureLogCollectionIfNotExists(String featureId, String featureName) Factory method.TestFeatureLogCollection.setTestFeatureAnnotation(TestFeature testFeatureAnnotation) Set testCaseAnnotation.Methods in de.qytera.qtaf.core.log.model.collection that return types with arguments of type TestFeatureLogCollectionModifier and TypeMethodDescriptionTestSuiteLogCollection.getTestFeatureLogCollections()Get test case log collections.Methods 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.core.log.model.index
Methods in de.qytera.qtaf.core.log.model.index that return TestFeatureLogCollectionModifier and TypeMethodDescriptionGet an object by its ID.FeatureLogCollectionIndex.put(String id, TestFeatureLogCollection obj) Add a new object to the index.Methods in de.qytera.qtaf.core.log.model.index with parameters of type TestFeatureLogCollectionModifier and TypeMethodDescriptionFeatureLogCollectionIndex.put(String id, TestFeatureLogCollection obj) Add a new object to the index. -
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.