NJDOTNET

Central New Jersey's .NET User Group
Welcome to NJDOTNET Sign in | Join | Help
in Search

Pragmatic Unit Testing in C# with NUnit :: Hunt, Thomas, & Hargett

Last post 08-15-2008 1:19 PM by Jess Chadwick. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 08-15-2008 11:44 AM

    Pragmatic Unit Testing in C# with NUnit :: Hunt, Thomas, & Hargett

    Another one in the Pragmatic series.  Nice introduction to Unit Testing and NUnit.  I chose it over some of the others because it was relatively short. :)

    Amazon:  http://www.amazon.com/dp/0977616673

    Filed under:
    • Post Points: 20
  • 08-15-2008 12:48 PM In reply to

    • Aaron
    • Top 25 Contributor
    • Joined on 03-28-2008
    • Posts 3
    • Points 60

    Re: Pragmatic Unit Testing in C# with NUnit :: Hunt, Thomas, & Hargett

    Would the information in this book apply to MSTest as well? I'm new to testing and I'm looking to use the Microsoft testing framework.

    • Post Points: 20
  • 08-15-2008 1:19 PM In reply to

    Re: Pragmatic Unit Testing in C# with NUnit :: Hunt, Thomas, & Hargett

    The book uses the NUnit framework specifically, however the concepts are the same and it shouldn't be too hard to figure out how to do it in MSBuild (for most stuff, it's really only a matter of different attributes).

    Additionally, I have a blog post that discusses how you can use conditional precompiler statements to switch between the two (i.e. use the same attribute names).

    • Post Points: 5
Page 1 of 1 (3 items)