Research: Contract Checking and Automated Test Generation with Pex
pdc2008
Oct 29, 2008 at 9:39 AM
System
In theory, Design by Contract and unit testing are excellent approaches to improve code quality. Learn how to use code contracts that express pre-conditions, post-conditions, and object invariants in any managed language that improve testability, enhance
static analysis, and serve as checked API…