Uses of Class
de.qytera.qtaf.core.guice.invokation.AfterMethodExecutionInfo
Packages that use AfterMethodExecutionInfo
Package
Description
-
Uses of AfterMethodExecutionInfo in de.qytera.qtaf.core.events
Fields in de.qytera.qtaf.core.events with type parameters of type AfterMethodExecutionInfoModifier and TypeFieldDescriptionstatic final rx.subjects.PublishSubject<AfterMethodExecutionInfo>QtafEvents.afterTestScenarioSubject that emits events before a method with the annotation @AfterMethod is executed.static final rx.subjects.PublishSubject<AfterMethodExecutionInfo>QtafEvents.afterTestScenarioFailureSubject that emits events whenever a method with the annotation @AfterMethod is executed and throws an error.static final rx.subjects.PublishSubject<AfterMethodExecutionInfo>QtafEvents.afterTestScenarioSuccessSubject that emits events whenever a method with the annotation @AfterMethod is executed successfully. -
Uses of AfterMethodExecutionInfo in de.qytera.qtaf.core.guice.invokation
Methods in de.qytera.qtaf.core.guice.invokation that return AfterMethodExecutionInfoModifier and TypeMethodDescriptionAfterMethodExecutionInfo.setAnnotation(org.testng.annotations.AfterMethod annotation) Set AfterMethod annotation. -
Uses of AfterMethodExecutionInfo in de.qytera.qtaf.core.guice.method_interceptor
Methods in de.qytera.qtaf.core.guice.method_interceptor that return AfterMethodExecutionInfoModifier and TypeMethodDescriptionQtafTestNGAfterMethodInterceptor.buildStepExecutionInfoEntity(org.aopalliance.intercept.MethodInvocation methodInvocation)