Uses of Class
de.qytera.qtaf.core.guice.invokation.BeforeTestExecutionInfo
Packages that use BeforeTestExecutionInfo
Package
Description
-
Uses of BeforeTestExecutionInfo in de.qytera.qtaf.core.events
Fields in de.qytera.qtaf.core.events with type parameters of type BeforeTestExecutionInfoModifier and TypeFieldDescriptionstatic final rx.subjects.PublishSubject<BeforeTestExecutionInfo>QtafEvents.beforeTestFeatureSubject that emits events before a method with the annotation @BeforeTest is executed.static final rx.subjects.PublishSubject<BeforeTestExecutionInfo>QtafEvents.beforeTestFeatureFailureSubject that emits events whenever a method with the annotation @BeforeTest is executed and throws an error.static final rx.subjects.PublishSubject<BeforeTestExecutionInfo>QtafEvents.beforeTestFeatureSuccessSubject that emits events whenever a method with the annotation @BeforeTest is executed successfully. -
Uses of BeforeTestExecutionInfo in de.qytera.qtaf.core.guice.invokation
Methods in de.qytera.qtaf.core.guice.invokation that return BeforeTestExecutionInfoModifier and TypeMethodDescriptionBeforeTestExecutionInfo.setAnnotation(org.testng.annotations.BeforeTest annotation) Set BeforeTest annotation. -
Uses of BeforeTestExecutionInfo in de.qytera.qtaf.core.guice.method_interceptor
Methods in de.qytera.qtaf.core.guice.method_interceptor that return BeforeTestExecutionInfoModifier and TypeMethodDescriptionQtafTestNGBeforeTestInterceptor.buildStepExecutionInfoEntity(org.aopalliance.intercept.MethodInvocation methodInvocation)