Contents tagged with TDD
-
Utilizing Conventions for Auto Generating Better Test Data with NAuto
Following on from my previous blog introducing NAuto, one of the features that really speeds up development is NAuto conventions.
-
Automatically Generating Multi-Language & Convention Based Test Objects With NAuto
After many years of writing boilerplate test models, random string generators and test builder pattern objects, my colleague Andrew Jutton and I have put together a collection of really useful test helpers into a new open source project called NAuto.
-
Creating a dynamic proxy generator with c# – Part 4 – Calling the base method
-
Creating a dynamic proxy generator with c# – Part 3 – Creating the constructors
For the latest code go to http://rapidioc.codeplex.com/
-
Creating a dynamic proxy generator with c# – Part 2 – Interceptor Design
For the latest code go to http://rapidioc.codeplex.com/
-
Excellent introduction to building a dependency injection container
I happened to follow one of the ping backs from my recent blog on a small IoC container I’ve started working on called RapidIoc and found an excellent article on how to build a simple container (which was kind enough to reference my project).
-
Custom IoC Container for Dependency Injection with an Asp.Net Mvc website usage example
I’ve recently been working on some mvc helper controls and wanted to use TDD for both aiding the design and having a test harness for the future.
-
Test Method Code Snippet For Visual Studio – created with the Snippet Designer
I came across the Snippet Designer earlier today and I have to say I’m really impressed – it was really easy to use and I have already created some snippets that will save me from a great deal of repetition.
-
Easy way to use TDD with internal classes
This is just a short note about a really useful assembly attribute which enables you to test classes with internal access modifiers.