Uses of Class
de.qytera.qtaf.core.guice.invokation.BeforeSuiteExecutionInfo
Packages that use BeforeSuiteExecutionInfo
Package
Description
-
Uses of BeforeSuiteExecutionInfo in de.qytera.qtaf.core.events
Fields in de.qytera.qtaf.core.events with type parameters of type BeforeSuiteExecutionInfoModifier and TypeFieldDescriptionstatic final rx.subjects.PublishSubject<BeforeSuiteExecutionInfo>QtafEvents.beforeTestSuiteSubject that emits events before a method with the annotation @BeforeSuite is executed.static final rx.subjects.PublishSubject<BeforeSuiteExecutionInfo>QtafEvents.beforeTestSuiteFailureSubject that emits events whenever a method with the annotation @BeforeSuite is executed and throws an error.static final rx.subjects.PublishSubject<BeforeSuiteExecutionInfo>QtafEvents.beforeTestSuiteSuccessSubject that emits events whenever a method with the annotation @BeforeSuite is executed successfully. -
Uses of BeforeSuiteExecutionInfo in de.qytera.qtaf.core.guice.invokation
Methods in de.qytera.qtaf.core.guice.invokation that return BeforeSuiteExecutionInfoModifier and TypeMethodDescriptionBeforeSuiteExecutionInfo.setAnnotation(org.testng.annotations.BeforeSuite annotation) Set BeforeSuite Annotation. -
Uses of BeforeSuiteExecutionInfo in de.qytera.qtaf.core.guice.method_interceptor
Methods in de.qytera.qtaf.core.guice.method_interceptor that return BeforeSuiteExecutionInfoModifier and TypeMethodDescriptionQtafTestNGBeforeSuiteInterceptor.buildStepExecutionInfoEntity(org.aopalliance.intercept.MethodInvocation methodInvocation)