Uses of Class
de.qytera.qtaf.core.log.model.collection.TestScenarioLogCollection
Packages that use TestScenarioLogCollection
Package
Description
-
Uses of TestScenarioLogCollection in de.qytera.qtaf.core.context
Methods in de.qytera.qtaf.core.context that return TestScenarioLogCollectionModifier and TypeMethodDescriptionIQtafTestContext.getLogCollection()Get current log collection.Methods in de.qytera.qtaf.core.context with parameters of type TestScenarioLogCollectionModifier and TypeMethodDescriptionIQtafTestContext.setLogCollection(TestScenarioLogCollection collection) Set the current log collection. -
Uses of TestScenarioLogCollection in de.qytera.qtaf.core.guice.method_interceptor
Methods in de.qytera.qtaf.core.guice.method_interceptor that return TestScenarioLogCollectionModifier 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.Methods in de.qytera.qtaf.core.guice.method_interceptor with parameters of type TestScenarioLogCollectionModifier and TypeMethodDescriptiondefault ObjectAbstractTestNGAnnotatedMethodInterceptor.executeStepMethod(org.aopalliance.intercept.MethodInvocation methodInvocation, TestScenarioLogCollection scenarioLogCollection) Execute the original method that was intercepted by this interceptor.default voidAbstractTestNGAnnotatedMethodInterceptor.handleStepExecutionFailure(TestScenarioLogCollection scenarioLogCollection) Deal with a failure of the execution of the intercepted method.default voidAbstractTestNGAnnotatedMethodInterceptor.updateTestContextWithLogCollection(IQtafTestContext instance, TestScenarioLogCollection scenarioLogCollection) Add the scenario log collection to the TestContext object the method call came from and all its nested TestContext objects like page objects. -
Uses of TestScenarioLogCollection in de.qytera.qtaf.core.log.model.collection
Methods in de.qytera.qtaf.core.log.model.collection that return TestScenarioLogCollectionModifier and TypeMethodDescriptionTestScenarioLogCollection.addParameters(Parameter[] parameters, Object[] values) Add test parameters to log.TestFeatureLogCollection.addScenarioLogCollection(TestScenarioLogCollection collection) Add a scenario log collection if it not already exists.Add tag to test scenario log.TestFeatureLogCollection.createScenarioIfNotExists(String featureId, String abstractScenarioId, String instanceId, String scenarioName) Add new Scenario Log Collection.static TestScenarioLogCollectionTestScenarioLogCollection.createTestScenarioLogCollection(String featureId, String abstractScenarioId, String instanceId, String scenarioName) Factory method.Add debug message.Add error message.static TestScenarioLogCollectionTestScenarioLogCollection.fromQtafTestEventPayload(IQtafTestEventPayload iQtafTestEventPayload) Factory method.Add info message.TestScenarioLogCollection.setAbstractScenarioId(String abstractScenarioId) Set abstractScenarioId.TestScenarioLogCollection.setAnnotations(Annotation[] annotations) Set annotations.TestScenarioLogCollection.setDescription(String description) Set test description.TestScenarioLogCollection.setDuration(long duration) Set duration.Set end.TestScenarioLogCollection.setGroupDependencies(String[] groupDependencies) Set test group dependencies.Set groups.TestScenarioLogCollection.setInstanceId(String instanceId) Set instanceId.Set start.TestScenarioLogCollection.setStatus(TestScenarioLogCollection.Status status) Sets the test status.TestScenarioLogCollection.setThreadId(long threadId) Set threadId.TestScenarioLogCollection.setThreadName(String threadName) Set threadName.Add warn message.Methods in de.qytera.qtaf.core.log.model.collection that return types with arguments of type TestScenarioLogCollectionModifier and TypeMethodDescriptionTestFeatureLogCollection.getScenarioLogCollection()Get test step collections.TestFeatureLogCollection.getScenariosGroupedByAbstractScenarioId()Group scenario logs by abstract scenario ID.Methods in de.qytera.qtaf.core.log.model.collection with parameters of type TestScenarioLogCollectionModifier and TypeMethodDescriptionTestFeatureLogCollection.addScenarioLogCollection(TestScenarioLogCollection collection) Add a scenario log collection if it not already exists.static booleanTestScenarioLogCollection.exists(TestScenarioLogCollection scenarioLogCollection) Check if index already has this ScenarioLogCollection. -
Uses of TestScenarioLogCollection in de.qytera.qtaf.core.log.model.index
Methods in de.qytera.qtaf.core.log.model.index that return TestScenarioLogCollectionModifier and TypeMethodDescriptionGet an object by its ID.ScenarioLogCollectionIndex.put(String id, TestScenarioLogCollection obj) Add a new object to the index.Methods in de.qytera.qtaf.core.log.model.index with parameters of type TestScenarioLogCollectionModifier and TypeMethodDescriptionScenarioLogCollectionIndex.put(String id, TestScenarioLogCollection obj) Add a new object to the index. -
Uses of TestScenarioLogCollection in de.qytera.qtaf.core.log.repository
Methods in de.qytera.qtaf.core.log.repository that return TestScenarioLogCollectionModifier and TypeMethodDescriptionstatic TestScenarioLogCollectionFind scenario log collection by scenario id. -
Uses of TestScenarioLogCollection in de.qytera.qtaf.cucumber.context
Fields in de.qytera.qtaf.cucumber.context declared as TestScenarioLogCollectionModifier and TypeFieldDescriptionprotected TestScenarioLogCollectionQtafTestNGCucumberContext.logCollectionLog collection for the current method.Methods in de.qytera.qtaf.cucumber.context that return TestScenarioLogCollectionMethods in de.qytera.qtaf.cucumber.context with parameters of type TestScenarioLogCollectionModifier and TypeMethodDescriptionQtafTestNGCucumberContext.setLogCollection(TestScenarioLogCollection collection) -
Uses of TestScenarioLogCollection in de.qytera.qtaf.testng.context
Fields in de.qytera.qtaf.testng.context declared as TestScenarioLogCollectionModifier and TypeFieldDescriptionprotected TestScenarioLogCollectionQtafTestNGContext.logCollectionLog collection for the current method.Methods in de.qytera.qtaf.testng.context that return TestScenarioLogCollectionModifier and TypeMethodDescriptionAssertionContext.getLogCollection()Returns the collection containing all scenario logs.QtafTestNGContext.getLogCollection()Get current log collection.Methods in de.qytera.qtaf.testng.context with parameters of type TestScenarioLogCollectionModifier and TypeMethodDescriptionQtafTestNGContext.setLogCollection(TestScenarioLogCollection collection) Set the current log collection.