Brian Coyner
Excellence In Software Engineering
Articles
About
Tagged with
generics
Browse all tags
Aug 28, 2021
Simplifying Core Data Unit Testing
Let's look at a technique for setting up unit tests where each test method executes against a completely isolated NSPersistentContainer backed by a SQLite persistent store.
core data
unit testing
sqlite
generics
core data testing series
Nov 14, 2015
Swift Protocol That Returns An Object Conforming To A Protocol
swift
generics