Uses of Class
de.qytera.qtaf.core.guice.invokation.AfterSuiteExecutionInfo
Packages that use AfterSuiteExecutionInfo
Package
Description
-
Uses of AfterSuiteExecutionInfo in de.qytera.qtaf.core.events
Fields in de.qytera.qtaf.core.events with type parameters of type AfterSuiteExecutionInfoModifier and TypeFieldDescriptionstatic final rx.subjects.PublishSubject<AfterSuiteExecutionInfo>QtafEvents.afterTestSuiteSubject that emits events before a method with the annotation @AfterSuite is executed.static final rx.subjects.PublishSubject<AfterSuiteExecutionInfo>QtafEvents.afterTestSuiteFailureSubject that emits events whenever a method with the annotation @AfterSuite is executed and throws an error.static final rx.subjects.PublishSubject<AfterSuiteExecutionInfo>QtafEvents.afterTestSuiteSuccessSubject that emits events whenever a method with the annotation @AfterSuite is executed successfully. -
Uses of AfterSuiteExecutionInfo in de.qytera.qtaf.core.guice.invokation
Methods in de.qytera.qtaf.core.guice.invokation that return AfterSuiteExecutionInfoModifier and TypeMethodDescriptionAfterSuiteExecutionInfo.setAnnotation(org.testng.annotations.AfterSuite annotation) Set AfterSuite Annotation. -
Uses of AfterSuiteExecutionInfo in de.qytera.qtaf.core.guice.method_interceptor
Methods in de.qytera.qtaf.core.guice.method_interceptor that return AfterSuiteExecutionInfoModifier and TypeMethodDescriptionQtafTestNGAfterSuiteInterceptor.buildStepExecutionInfoEntity(org.aopalliance.intercept.MethodInvocation methodInvocation)