You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ability to give a name to a stub, for debugging purposes (property name of id<OHHTTPStubsDescriptor>)
Added allStubs method to list all installed stubs (with their name if they have one, see previous point)
Added +[OHHTTPStubs onStubActivation:] method to execute arbitrary code each time a stub is activated. Useful to log which stub is used for each request for example.