Brian Coyner
Excellence In Software Engineering
Articles
About
Tagged with
unit testing
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 14, 2021
Using `XCTAttachment` To Debug Failing Tests
Quick introduction showing how to attach resources to your XCTests using XCTAttachment
unit testing
debugging
core data testing series
Nov 28, 2015
Swift Parameterized XCTest Test Case
Building parameterized test cases even when the compiler says "nope"
unit testing
swift
Aug 19, 2013
Failing Fast
unit testing
Apr 25, 2012
OCUnit Tip: You Only Need a .m File
unit testing
Nov 21, 2011
Unit Testing with 'Latches'
unit testing
Aug 30, 2011
OCUnit Parameterized Test Case
unit testing