How to verify objects with ApprovalTests. See how to evolve an assertion gradually, which makes it easier to do test-driven development (TDD).| Quality Coding
ApprovalTests is a new testing tool for Swift, providing an alternative to assertions. Watch this 5-minute demo to learn the basics of getting started.| Quality Coding
1.98K Posts, 235 Following, 1.4K Followers · Author of iOS Unit Testing by Example. Technical coach, ex-Industrial Logic. Over 20 years of #TDD. Code with joy, drive down your cost of change. he/him| iOS Dev Space
A feature of ApprovalTests called “combination approvals” can help you bring legacy code under test. Write tens or hundreds of test cases in a few lines.| Quality Coding
ApprovalTests.Swift makes it easy to write powerful parameterized tests. Verify a sequence of inputs, but transform the values through the function you want.| Quality Coding