Uses of Class
de.qytera.qtaf.core.guice.invokation.AbstractStepExecutionInfo
Packages that use AbstractStepExecutionInfo
Package
Description
-
Uses of AbstractStepExecutionInfo in de.qytera.qtaf.core.guice.invokation
Subclasses of AbstractStepExecutionInfo in de.qytera.qtaf.core.guice.invokationModifier and TypeClassDescriptionclassInformation object that contains Step execution information.classInformation object that contains Step execution information.classInformation object that contains Step execution information.classInformation object that contains Step execution information.classInformation object that contains Step execution information.classInformation object that contains Step execution information.classInformation object that contains Step execution information.Methods in de.qytera.qtaf.core.guice.invokation that return AbstractStepExecutionInfoModifier and TypeMethodDescriptionSet error.AbstractStepExecutionInfo.setId(int id) Set id.AbstractStepExecutionInfo.setMethodInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation) Set methodInvocation.Set result.AbstractStepExecutionInfo.setStackTraceElements(StackTraceElement[] stackTraceElements) Set stackTraceElements.Set thread. -
Uses of AbstractStepExecutionInfo in de.qytera.qtaf.core.guice.method_interceptor
Classes in de.qytera.qtaf.core.guice.method_interceptor with type parameters of type AbstractStepExecutionInfoModifier and TypeInterfaceDescriptioninterfaceThis class serves as a base class for all interceptor classes that intercept methods annotated with TestNG annotations that deal with the test flow like @BeforeTest and @AfterTest.classMethod interceptor for methods that are annotated with the Step annotation.