Skip to content
Go back

Finding exact difference between 2 instances

Have you ever written tests? Usually, they use equality asserts, e.g. XCTAssertEqual, what happens if the object isn’t equal? Xcode throws a wall of text at you: This forces you to manually scan the text and try to figure out exactly whats wrong, what if instead you could just learn which property is different?


Share this post on:

Previous Post
Straighforward Data Snapshots
Next Post
How to find retain cycles and memory leaks sooner