For the last couple of weeks I’ve been paired with Lior on a large refactoring task that was long overdue….
Read moreUnmanaged Code Unit Testing
Living in the managed world is wonderful. But sometimes we carry a small legacy code in C++. Ok, it happens…
Read moreUnmanaged Code Unit Testing
Living in the managed world is wonderful. But sometimes we carry a small legacy code in C++. Ok, it happens…
Read moreDynamic Return Value and Mock Abuse
Oren (Ayende) wrote about mock abuse. In his example an entire behavior is substituted using the mocking framework. It’s a…
Read moreDynamic Return Value and Mock Abuse
Oren (Ayende) wrote about mock abuse. In his example an entire behavior is substituted using the mocking framework. It’s a…
Read moreGetting mock object from an instance
Hi All, In our upcoming 4.3 version we’re adding the possibility to get a mock object directly from the instance…
Read moreGetting mock object from an instance
Hi All, In our upcoming 4.3 version we’re adding the possibility to get a mock object directly from the instance…
Read moreIs A Better-But-Later Entity Framework Worth It?
It’s been something like a week since the Entity Framework controversy started. For those who don’t know, here’s a recap:…
Read moreAutomated Unit Tests in my life – Part 6
Should ability of testing affect the design of the production code? The tests code should be same high quality as…
Read moreAutomated Tests in my life – part 5
Relieve a stress A question… Is it familiar situation when you wrote a quality code according to the requirements and…
Read more