Uses of Interface
org.jboss.arquillian.graphene.proxy.InvocationContext
Packages that use InvocationContext
-
Uses of InvocationContext in org.jboss.arquillian.graphene.enricher
Methods in org.jboss.arquillian.graphene.enricher with parameters of type InvocationContextModifier and TypeMethodDescriptionInFrameInterceptor.intercept(InvocationContext context) SearchContextInterceptor.intercept(InvocationContext context) StaleElementInterceptor.intercept(InvocationContext context) WrapsElementInterceptor.intercept(InvocationContext context) -
Uses of InvocationContext in org.jboss.arquillian.graphene.proxy
Classes in org.jboss.arquillian.graphene.proxy that implement InvocationContextMethods in org.jboss.arquillian.graphene.proxy with parameters of type InvocationContextModifier and TypeMethodDescriptionInterceptor.intercept(InvocationContext context) When processing custom logic must satisfy, that at least once will be called methodinvoke().Constructors in org.jboss.arquillian.graphene.proxy with parameters of type InvocationContextModifierConstructorDescriptionInvocationContextImpl(Interceptor interceptor, InvocationContext following)