Click here to Skip to main content
15,894,343 members
Articles / Programming Languages / C#

DRY Out Your Unit Tests with NUnit Parameterized Testing

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
18 Mar 2016CPOL6 min read 12.4K   2  
Reduce duplicate code in your unit tests with NUnit's parameterized testing attributes. Learn how with this easy refactoring exercise.

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
Canada Canada
Want to get better test coverage in less time? Grab your copy of the Data Driven NUnit Cheat Sheet for free.

Comments and Discussions