C# On Testing the Singleton Pattern

by Brandon Joyce, March 14, 2009 00:48

Cool. That must be NUnit. ...

Dc45352908dbb9a4c9299c1ffe84ebf2 Talk

C# On Testing the Singleton Pattern

by Brandon Joyce, February 25, 2009 01:23

Cool. Got a test for that?

Dc45352908dbb9a4c9299c1ffe84ebf2 Talk
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Reflection;
...

C# On Testing the Singleton Pattern

by Brandon Joyce, February 10, 2009 04:25

I think this is better. Us...

Dc45352908dbb9a4c9299c1ffe84ebf2 Talk
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;

...

C# Testing the Singleton Pattern

by Brandon Joyce, February 09, 2009 17:31, 5 refactorings, tagged with singleton, TDD, pattern

I am doing a step by step e...

Dc45352908dbb9a4c9299c1ffe84ebf2 Talk