Brian Coyner
Excellence In Software Engineering
Articles
About
Tagged with
core data
Browse all tags
Sep 2, 2021
Attaching A Core Data SQLite Database To A Failed Test
Discusses a technique for attaching a SQLite database to a failed test.
core data
unit testing
sqlite
core data testing series
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
Aug 24, 2021
A Technique For Creating a NSPersistentContainer
Shows how to create a `NSPersistentContainer` based on a `NSManagedObjectModel` and backed by a SQLite persistent store.
core data
sqlite
core data testing series
Aug 5, 2015
Core Data Localization
core data
localization
Aug 1, 2015
Creating Core Data Objects In Swift
core data
swift