Home
last modified time | relevance | path

Searched refs:threadToCurrentInvocation (Results 1 – 1 of 1) sorted by relevance

/external/easymock/src/org/easymock/internal/
DLastControl.java31 …private static final ThreadLocal<Stack<Invocation>> threadToCurrentInvocation = new ThreadLocal<St… field in LastControl
104 Stack<Invocation> stack = threadToCurrentInvocation.get(); in getCurrentInvocation()
112 Stack<Invocation> stack = threadToCurrentInvocation.get(); in pushCurrentInvocation()
115 threadToCurrentInvocation.set(stack); in pushCurrentInvocation()
121 Stack<Invocation> stack = threadToCurrentInvocation.get(); in popCurrentInvocation()