Click here to Skip to main content
15,867,835 members
Articles / Programming Languages / C# 4.0

Pex & Moles - Testing Business Layer

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
28 Jul 2012CPOL10 min read 30.6K   37  
Pex is a tool which helps generate inputs for unit test. Moles is a stub framework used to isolate the unit tests from code which is not being tested. In this post, I will try to describe an attempt to use Pex and Moles to test a typical business layer.

Views

Daily Counts

License

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


Written By
Software Developer (Junior) OCTO Technology
Czech Republic Czech Republic
Writing software at ITG RFQ-hub.
LinkedIn
Blog
GitHub
Articles at OCTO blog

Comments and Discussions