Uses of Class
de.qytera.qtaf.core.guice.invokation.BeforeMethodExecutionInfo
Packages that use BeforeMethodExecutionInfo
Package
Description
-
Uses of BeforeMethodExecutionInfo in de.qytera.qtaf.core.events
Fields in de.qytera.qtaf.core.events with type parameters of type BeforeMethodExecutionInfoModifier and TypeFieldDescriptionstatic final rx.subjects.PublishSubject<BeforeMethodExecutionInfo>QtafEvents.beforeTestScenarioSubject that emits events before a method with the annotation @BeforeMethod is executed.static final rx.subjects.PublishSubject<BeforeMethodExecutionInfo>QtafEvents.beforeTestScenarioFailureSubject that emits events whenever a method with the annotation @BeforeMethod is executed and throws an error.static final rx.subjects.PublishSubject<BeforeMethodExecutionInfo>QtafEvents.beforeTestScenarioSuccessSubject that emits events whenever a method with the annotation @BeforeMethod is executed successfully. -
Uses of BeforeMethodExecutionInfo in de.qytera.qtaf.core.guice.invokation
Methods in de.qytera.qtaf.core.guice.invokation that return BeforeMethodExecutionInfoModifier and TypeMethodDescriptionBeforeMethodExecutionInfo.setAnnotation(org.testng.annotations.BeforeMethod annotation) Set BeforeMethod annotation. -
Uses of BeforeMethodExecutionInfo in de.qytera.qtaf.core.guice.method_interceptor
Methods in de.qytera.qtaf.core.guice.method_interceptor that return BeforeMethodExecutionInfoModifier and TypeMethodDescriptionQtafTestNGBeforeMethodInterceptor.buildStepExecutionInfoEntity(org.aopalliance.intercept.MethodInvocation methodInvocation)