I\'m porting my tests to AutoFixture 2.0, and I\'ve run in to some strange behavior that I can neither explain nor fix.This simple test is failing for me:
Using autofixture, I\'m开发者_如何学Python trying to construct anonymous instance of Project: _f=new Fixture().Customize(new AutoMoqCustomization());
I\'m trying to use the AutoMoqCustomization with AutoFixture to create an ASP.NET MVC2 Controller in a unit test via the Fixture.CreateAnonymous method.I\'ve tried in both xUnit under TestDriven.NET,
I started to use AutoFixture http://autofix开发者_如何学运维ture.codeplex.com/ as my unit tests was bloated with a lot of data setup. I was spending more time on seting up the data than to write my un
I\'ve been learning Python for a while, but the projects I want to do are better suited for Ruby, for example the SAC API for CSS is available in Ruby (and 开发者_如何学CC & Java).