May

This is the archive for May, 2008.

Dive into the archives.


  • A little bit on unit testing code with major runtime dependency

    There are times when you want to unit test a part of your code. Maybe for proof-of-concept that it works, or you just wanna be sure that it works before you hit that execute button.
    The thing is, that part of the code requires that a runtime mechanism be running.
    Am I talking gibberish ? Let me […]