In my last Blog post I complained about my testability woes with LINQ expressions. Here are the test methods I used to track down the bug. Oh and I violated the coding conventions which tell us to use the “Should…” naming strategy for test methods. I...