Click here to Skip to main content
15,880,469 members
Articles / Programming Languages / C#

Composite Unit Testing with MbUnit

Rate me:
Please Sign up or sign in to vote.
4.69/5 (15 votes)
16 May 20044 min read 96.4K   109   38  
A new way of building test fixtures by taking advantage of interface compositions
In this article, you will learn a new technique called Composite Unit Testing to design and implement unit tests. You will see the advantages of this approach, followed by an illustration of this technique on ArrayList and Hashtable.

Views

Daily Counts

Downloads

Weekly Counts


Written By
Engineer
United States United States
Jonathan de Halleux is Civil Engineer in Applied Mathematics. He finished his PhD in 2004 in the rainy country of Belgium. After 2 years in the Common Language Runtime (i.e. .net), he is now working at Microsoft Research on Pex (http://research.microsoft.com/pex).

Comments and Discussions