Skip to content

Instantly share code, notes, and snippets.

View GrigoriiVakhmistrov's full-sized avatar
🙃

Grigorii Vakhmistrov GrigoriiVakhmistrov

🙃
View GitHub Profile
@GrigoriiVakhmistrov
GrigoriiVakhmistrov / AsyncTestingPrimer.m
Created May 21, 2020 14:09 — forked from theothertomelliott/AsyncTestingPrimer.m
A primer for testing asynchronous calls with XCTest in Objective-C
#import <XCTest/XCTest.h>
@interface AsyncTestingPrimer : XCTestCase
@end
@implementation AsyncTestingPrimer
/*
* This is how not to test async calls