Property-Based Test Beginning with SwiftCheck
Offered By: try! Swift Conference via YouTube
Course Description
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
Related Courses
Optimize Your Swift Codetry! Swift Conference via YouTube Swift Concurrency in GoodNotes
try! Swift Conference via YouTube Introducing the Beeline Library - Another Approach to Routing on iOS
try! Swift Conference via YouTube Swift Expression Macros - A Practical Introduction
try! Swift Conference via YouTube Getting Started with Combine
try! Swift Conference via YouTube