Contents tagged with Unit Testing
-
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.
-
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.