Friday, June 6, 2008

Followup to Testing with Mocks

Thanks to everyone who came to the Testing with Mocks TLC session at TechEd.

Here are some links of things we touched on during the class. Please leave a comment if I missed something :)

Test Smells:
TDD Anti Patterns -- Be sure to read the comments, there are some valuable smells there too!

Books:
The Art of Unit Testing
Working Effectively with Legacy Code
TDD by Example (Kent Beck's book)

Rhino Mocks:
Ayende (creator of rhino mocks)
Google Group
Reference Guide

Other .NET Testing Frameworks:
nMock
TypeMock
Moq

Test Runners:
nUnit
mbUnit

Tools:
Resharper
TeamCity
CruiseControl.NET
CruiseControl.rb

IoC Containers:
Castle MicroKernel/Windsor
Spring.Net
StructureMap

Community:
Alt.Net

3 comments:

Mofo said...

Wow, you weren't kiddin' when you said you'd put up some links!

Thanks Wendy for putting up all 78 links above... I was in that session and my pen couldn't keep up with your agile mind and quick tongue, so now I can sit here and go over everything nice and slow. (Yes, stoopid "agile" pun fully intended.)

I was one of the fanboys who hung around asking lots of questions at the end (Wed 2:45 session). Again, you and Oksana put on a great presentation - your energy and enthusiasm is contagious! Thanks for making it fun to learn about TDD - who woulda thunk that was possible!

Joe said...

It was nice meeting you at the tech ed session. The session was great! Also thanks for the links.

kasajian said...

to the readers, it's also worth noting the new Dependency Injection library from Microsoft called Unity (http://www.codeplex.com/unity)