Uses of Class
org.jboss.arquillian.graphene.GrapheneRuntime
Packages that use GrapheneRuntime
-
Uses of GrapheneRuntime in org.jboss.arquillian.graphene
Methods in org.jboss.arquillian.graphene that return GrapheneRuntimeModifier and TypeMethodDescriptionstatic GrapheneRuntimeGrapheneRuntime.getInstance()Retrieves current thread-local instance of the Graphene runtime.static GrapheneRuntimeGrapheneRuntime.popInstance()Returns and removes current thread-local instance of the Graphene runtime from top of the stack of current instances.Methods in org.jboss.arquillian.graphene with parameters of type GrapheneRuntimeModifier and TypeMethodDescriptionstatic voidGrapheneRuntime.pushInstance(GrapheneRuntime grapheneRuntime) Set ups current thread-local instance of the Graphene runtime on top of stack of current instances.