Guest User

Untitled

a guest
Jun 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #import <Foundation/Foundation.h>
  2.  
  3. @interface MockExpector : NSObject
  4.  
  5.  
  6. + (void)verifyMethodWasCalled;
  7. + (void)verifyMethodWasNotCalled;
  8. + (void)expect:(SEL)selector toBeCalledOn:(Class)class;
  9.  
  10. @end
Add Comment
Please, Sign In to add comment