Joris Dresselaers

I want to know God's thoughts... the rest are details. - Albert Einstein

Browse by Tags

All Tags » Visual Studio (RSS)
Exclude unwanted code from code coverage
Hi, This is the solution for a problem I encountered a while ago. When writing tests with Visual Studio, we frequently want to use the Code Coverage tool to evaluate our created tests. Though this is a good tool, we don't always want all of our code...