Yet Another Coding Blog

A Redmond dev blog... from Sydney; by Avi Pilosof.

July, 2009

Posts
  • Yet Another Coding Blog

    Useful C# method for unit testing

    • 3 Comments
    I’m unit testing a UI that needs to show some lists in various sorted orders, and I wanted to ensure that my tests would cover that. I found this method to come in handy:   1: public static bool IsOrderedBy<T>( this IEnumerable<T> coll...
Page 1 of 1 (1 items)