Exploratory Unit Tests for Ninject
I read an excellent book recently, Dependency Injection in .NET by Mark Seeman. Oh boy, I should have read it 2 years ago before I started playing seriously…
Showing 1–9 of 9 posts
I read an excellent book recently, Dependency Injection in .NET by Mark Seeman. Oh boy, I should have read it 2 years ago before I started playing seriously…
From Kent Beck's book TDD By Example. We should teach coding in test first manner from the very beginning: > I taught Bethany, my oldest daughter, TDD as her…
Today at work I did a shameless remake of "Testing and Refactoring Legacy Code" kata by Sandro Mancuso. I've seen it recently at GeeCON and immediately wanted…
The time has come to retire NQUnit. NQUnit runs QUnit tests inside .NET by using WatiN. That means it can be used with any test runner supporting NUnit (e.g.…
What is the best practice for unit-test names? CamelCase or underscore or mixed or...? Good question. But you can side step it somehow. Here is the code I use…
Today I got confused by foreign keys support in SQLite. I couldn't explain why my schema migration script has failed so I wrote some unit tests to clarify my…
```dynamicOrdersServiceAcceptNotImplementedExceptiondynamicvar` and get static typing (for example allowing automatic renaming with VS refactoring tools). EDIT…
From Edsger W. Dijkstra essay The Humble Programmer: > Today a usual technique is to make a program and then to test it. But: program testing can be a very…
 Miłego oglądania. Jako uzupełnienie zalecam również film podejmujący podobne zagadnienie:…