Generalizing Test Examples
Learn how to transform specific unit test examples into generalized property-based tests by using data generators. Understand strategies to model test properties for functions, increase test coverage, and decide which components to trust in your testing approach.
We'll cover the following...
We'll cover the following...
Generalizing test examples
Modeling tends to work well, as long as it is possible to write the same program multiple times, and as long as one of the implementations is so simple, ...