in

Agile Israel

Israel's first Agile Development Community

Browse by Tags

  • Isolator Feature Focus: Duck Typing and Isolate.Swap

    Typemock Isolator 5.1.1 has been released, and this release brings with it some awesome (seriously) features that are unique fro any other framework I've seen. a good overview of features can be found here . The Isolator Swap feature allows swapping calls between real and fake objects (kind like...
    Posted to ISerializable (Weblog) by Anonymous on 11-02-2008
  • Art Of Unit Testing – Book done, Wiki ready

    I’m happy to report that my book has finally hit the “last review” stone, which means all chapters are done and the book should be in book stores around jan-feb 2009 . If you’d like to read the E-Book version right now(PDF) you can purchase that for a lower price at the manning site. I’m also announcing...
    Posted to ISerializable (Weblog) by Anonymous on 10-11-2008
  • "Swapping" instead of "Injecting" calls between classes

    Eli Lopian, Typemock CEO and awesome Coder, just created a nice little API wrapper around Typemock Isolator that would allow a very simple and readable "Swapping" effect between classes. It would allow you to write code like this:     [ Test ]       ...
    Posted to ISerializable (Weblog) by Anonymous on 05-17-2008
  • NullObject.For<T> - As simple as it gets, but no simpler

    This NullObject Factory from Paul is very nice, simple and clean in its design. I really like it and I can see many uses for it, in parallel with working with your standard mocking framework or IoC Container Implementation .   here is a little usage example (last line): var controller = new AccountController...
    Posted to ISerializable (Weblog) by Anonymous on 05-10-2008
Page 1 of 1 (4 items)
Copyright 2007 Roy Osherove