Login
From:
Eirik Tsarpalis' blog
(Uncensored)
subscribe
Property Testing Generic Programs – Eirik Tsarpalis' blog
https://eiriktsarpalis.wordpress.com/2018/02/05/property-testing-generic-programs/
links
backlinks
Roast topics
Find topics
Find it!
One of the interesting challenges when dealing with generic programming is testing. How could you possibly achieve extensive test coverage for a piece of code that works with arbitrary types? Suppo…