Daily Archives: December 29, 2006

Real Test Driven Development – Thinking of Money 2

  The next test we need to write to to create the engine class [Test] public void Create() { Assert.IsNotNull(new MoneyEngine.Engine()); }   this test will fail at first, as we don’t have an engine class, so after creating that … Continue reading

Posted in Projects | Leave a comment