Uses of Interface
de.qytera.qtaf.core.context.IQtafTestContext
Packages that use IQtafTestContext
Package
Description
-
Uses of IQtafTestContext in de.qytera.qtaf.core.context
Methods in de.qytera.qtaf.core.context that return IQtafTestContextModifier and TypeMethodDescriptionIQtafTestContext.initialize()Initialize test context.IQtafTestContext.setLogCollection(TestScenarioLogCollection collection) Set the current log collection.Methods in de.qytera.qtaf.core.context with parameters of type IQtafTestContextModifier and TypeMethodDescriptionstatic voidTestContextHelper.addLoggerToFieldsRecursively(IQtafTestContext testContext) Add logger to all instance fields. -
Uses of IQtafTestContext in de.qytera.qtaf.core.guice.method_interceptor
Methods in de.qytera.qtaf.core.guice.method_interceptor with parameters of type IQtafTestContextModifier and TypeMethodDescriptiondefault 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 IQtafTestContext in de.qytera.qtaf.cucumber.context
Classes in de.qytera.qtaf.cucumber.context that implement IQtafTestContextMethods in de.qytera.qtaf.cucumber.context that return IQtafTestContextModifier and TypeMethodDescriptionQtafTestNGCucumberContext.setLogCollection(TestScenarioLogCollection collection) -
Uses of IQtafTestContext in de.qytera.qtaf.cucumber.listener
Classes in de.qytera.qtaf.cucumber.listener that implement IQtafTestContextModifier and TypeClassDescriptionclassClass that listens to Cucumber events and dispatches QTAF events. -
Uses of IQtafTestContext in de.qytera.qtaf.testng.context
Classes in de.qytera.qtaf.testng.context that implement IQtafTestContextModifier and TypeClassDescriptionclassTest context works as a factory class and state manager for test classes.Methods in de.qytera.qtaf.testng.context with parameters of type IQtafTestContextModifier and TypeMethodDescriptionprotected static <T> TQtafTestNGContext.load(IQtafTestContext context, Class<T> c) Load class instance. -
Uses of IQtafTestContext in de.qytera.qtaf.testng.helper
Methods in de.qytera.qtaf.testng.helper that return IQtafTestContextModifier and TypeMethodDescriptionstatic IQtafTestContextTestResultHelper.getTestContextInstance(org.testng.ITestResult iTestResult) Get test context object.