Here is a preview of some use cases from the new Typemock Isolator API coming out sometime in August. I…
Read moreIs the visibility of tested methods important?
We are having quite a discussion lately within Typemock about the importance of the visibility of tested methods. For example,…
Read moreIs the visibility of tested methods important?
We are having quite a discussion lately within Typemock about the importance of the visibility of tested methods. For example,…
Read moreUsing a Single Strong Name Key across Multiple Projects
Today at I needed to sign several dll files with the same strong key. If you ever tried it before…
Read moreRituals, Totemism and Taboos in Agile
Jonathan Starr wrote an excellent blog post with some musings about Scrum/Agile development use of rituals in order to create…
Read moreAutomating the Debug Process
I’m currently listening to Software Engineering Radio podcast. At episode 101 there’s a very good interview with Andreas Zeller on…
Read moreDon’t Sleep
Have you programmed a multi-threaded application? How many times have you wrote the following lines: Thread t1 = new Thread(()…
Read moreOver-specification In Tests
Szczepan Faber wrote on worrying about the unexpected. By that he means that your tests try to step outside the…
Read moreMocking asynchronous actions with Typemock Isolator
Here is an answer to a question that keeps popping up every once in a while: how do you stub…
Read moreConfiguration via Typemock Interception
A while ago Udi Dahan wrote that he’d like a way to configure objects by just setting property values on…
Read more