|
|
|
|
|
by drewcoo
1019 days ago
|
|
TDD works just fine with property-based tests, with each case representing an equivalence class. I like to randomly select from those classes because that eventually double-checks that I set my boundaries correctly. I often additionally pin the class boundaries in place. https://en.wikipedia.org/wiki/Equivalence_partitioning |
|