Owain Williams AKA ScottishCoder.
🔭 I’m currently working on relaunching my blog🌱 I’m currently trying to get my head around Dependency Injection!👯 I’m looking to collaborate on anything! Give me a shout!
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upThe only way I could get my tests to run while using the example code was to add: Current.Factory = new Mock().Object to my [Setup] section. I also…