Parameterized Unit Testing with Pex

Jonathan de Halleux,Nikolai Tillmann
DOI: https://doi.org/10.1007/978-3-540-79124-9_12
2008-01-01
Abstract:This hands-on tutorial will teach the principles of Parameterized Unit Testing [5,4] with Pex [2], an automatic test input generator for .NET which performs a systematic program analysis, similar to path bounded model-checking.A parameterized unit test is simply a method that takes parameters, calls the code under test, and states assertions.
What problem does this paper attempt to address?