Package org.jmock.api
Interface ThreadingPolicy
-
- All Known Implementing Classes:
SingleThreadedPolicy
,Synchroniser
public interface ThreadingPolicy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationDispatcher
dispatcher()
Invokable
synchroniseAccessTo(Invokable mockObject)
-
-
-
Method Detail
-
dispatcher
InvocationDispatcher dispatcher()
-
-