Uses of Class
de.qytera.qtaf.core.guice.invokation.AfterTestExecutionInfo
Packages that use AfterTestExecutionInfo
Package
Description
-
Uses of AfterTestExecutionInfo in de.qytera.qtaf.core.events
Fields in de.qytera.qtaf.core.events with type parameters of type AfterTestExecutionInfoModifier and TypeFieldDescriptionstatic final rx.subjects.PublishSubject<AfterTestExecutionInfo>QtafEvents.afterTestFeatureSubject that emits events before a method with the annotation @AfterTest is executed.static final rx.subjects.PublishSubject<AfterTestExecutionInfo>QtafEvents.afterTestFeatureFailureSubject that emits events after a method with the annotation @AfterTest is executed and throws an error.static final rx.subjects.PublishSubject<AfterTestExecutionInfo>QtafEvents.afterTestFeatureSuccessSubject that emits events before a method with the annotation @AfterTest is executed successfully. -
Uses of AfterTestExecutionInfo in de.qytera.qtaf.core.guice.invokation
Methods in de.qytera.qtaf.core.guice.invokation that return AfterTestExecutionInfoModifier and TypeMethodDescriptionAfterTestExecutionInfo.setAnnotation(org.testng.annotations.AfterTest annotation) Set beforeTestAnnotation. -
Uses of AfterTestExecutionInfo in de.qytera.qtaf.core.guice.method_interceptor
Methods in de.qytera.qtaf.core.guice.method_interceptor that return AfterTestExecutionInfoModifier and TypeMethodDescriptionQtafTestNGAfterTestInterceptor.buildStepExecutionInfoEntity(org.aopalliance.intercept.MethodInvocation methodInvocation)