Testing Swift code without the benefit of the Objective-C runtime presents some challenges if you're used to ObjC test frameworks like OCMock, Kiwi and Cedar. This presentation covers techniques you can use to achieve your stub and mock goals in pure Swift, and some things you should consider when designing code for testability.