Skip to content

Instantly share code, notes, and snippets.

View JonathanWilson1's full-sized avatar
👔
Programming

Jonathan Wilson JonathanWilson1

👔
Programming
View GitHub Profile
@JonathanWilson1
JonathanWilson1 / Test File
Created March 1, 2015 20:15
AppCode template file for a test class using OCMockito and OCHamcrest
#import <UIKit/UIKit.h>
#import <XCTest/XCTest.h>
#[[#define]]# HC_SHORTHAND
#import <OCHamcrest/OCHamcrest.h>
#[[#define]]# MOCKITO_SHORTHAND
#import <OCMockito/OCMockito.h>
#import "NSInvocation+OCMockito.h"
#import "${SystemUnderTest}.h"
@interface ${NAME} : XCTestCase