Overview
Explore property-based testing using SwiftCheck in this 18-minute conference talk from try! Swift Tokyo 2019. Learn about the concept of property-based testing, which describes logical properties functions should satisfy and generates random input values for testing. Discover how this method, originating from Haskell's QuickCheck, has been ported to Swift through the open-source SwiftCheck library. Follow along as speaker Yusuke Hosonuma demonstrates how to implement property-based tests using SwiftCheck, providing practical insights for enhancing your Swift testing practices.
Syllabus
Property-based test beginning with SwiftCheck
Taught by
try! Swift Conference