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
  • Unit Testing decoupled from TDD as well== Adoption

    The discussion on the future of unit testing for the masses has shifted from the standard “if they are too stupid to learn it, we don’t want them” to “TDD without good design will make really bad tests”. and this is a good thing. it’s a good thing because it secretly implies that if you could write Good...
    Posted to ISerializable (Weblog) by Anonymous on 10-01-2008
  • Unit Testing decoupled from Design == Adoption

    In my previous post I started talking in more coherent words about feelings I’ve had lurking in the past year. This post is an expansion of that, after having some great twitter conversations in the past few days with some great people. Treat this as a stream of consciousness. before that, here’s a short...
    Posted to ISerializable (Weblog) by Anonymous on 09-26-2008
  • Goodbye mocks, Farewell stubs

    About 4 years ago I was consulting for one of the largest companies in Israel (about 15,000+ employees) and helping them grok TDD and automated unit testing. I had spent there over a year and a half, on and off, and was teaching both .net, C++ and java developers about the techniques and tools they can...
    Posted to ISerializable (Weblog) by Anonymous on 09-20-2008
  • Unit Testing Interview at TechEd

    My interview at teched us on advanced unit testing and legacy code can be seen here: http://msdn.microsoft.com/en-us/events/teched/cc676818.aspx   or downloaded here We occasionally stop and laugh a bit because "speaker idol" contest was being held at the booth next to us, which was really...
    Posted to ISerializable (Weblog) by Anonymous on 06-13-2008
  • Fit/Fitnesse Fixture Gallery -Real world help for FIT and Fitnesse users

    This great news was just published at the alt.net mailing list. putting it here for future reference. "Fixture Gallery 2.0 (release 2008-06-09) is now available for download from SourceForge. Fixture Gallery is a cookbook for FIT/FitNesse tests. It provides developers with a quick overview of the...
    Posted to ISerializable (Weblog) by Anonymous on 06-09-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 (9 items)
Copyright 2007 Roy Osherove