Click here to Skip to main content
15,892,059 members
Articles / Programming Languages / C#

White box testing with PEX

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
3 Jan 2013CPOL14 min read 23.9K   139   7  
Problems related to maintenance of Unit test suites, using PEX tp help with the solution, and various PEX concepts like PEX Factories, PEX Method (PUT), Parameterize Mock and Partial Stubs.
This is Sample App prepared by Shabbir to demonstrate the following
1. PUT - Parametrize Unit Test
2. Usage of Moles
3. Parametrize Mock which take part in Pex Symbolic execution
4. Use of moles to mock dependencies and setup there return on take part in Symbolic execution

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect TATA Communications
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions