| Type Params | Return Type | Name and description | 
|---|---|---|
|  | MockRunContext | getMockContext()
 | 
|  | boolean | isRunning()
 | 
|  | void | start()Start this runner. | 
|  | void | stop()Stop this runner. | 
| Methods inherited from class | Name | 
|---|---|
| interface MockDispatcher | clearResults, dispatchRequest, getMockResultAt, getMockResultCount, setLogEnabled, setMaxResults | 
| interface Releasable | release | 
Start this runner. If already started - do nothing.
Stop this runner. If not running - do nothing.