The Basics of Unit Testing The following is a guest post from Ben Lakey, a software developer at MSNBC.com and…
Read moreFree Typemock Webinar: Starting Unit Testing in C++ with Isolator++
Next Wednesday, January 26th, we’re going to have our monthly Typemock webinar. This time, we’ve moved the webinar a bit…
Read moreHow-To: Running Custom Code With DoMemberFunctionInstead Clauses Using Isolator++
Isolator++ APIs make it easy to return custom values or objects. It’s really easy to return values or control behavior…
Read moreHow-To: Asserting A Method Was Called With Isolator++
Many times, when we come to determine a test pass/fail criterion, we use some sort of ASSERT statement. ASSERT usually…
Read moreHow-to: Changing Behavior of Static Methods with Isolator++
Isolator++ can change the behavior of methods very easily, without changing the original implementation. When you change the behavior of…
Read moreIsolator++: Introduction
Isolator++ is the new isolation framework from Typemock. In C++ everything is harder, even unit testing, believe it or not….
Read moreHow to verify a method call on a dependency
Guest post by Lior Friedman. Interaction testing is a common type of unit testing. In this type of tests, one…
Read moreUnit Tests vs. Integration Tests
Ayende has written a short and to the point post about Unit tests vs. Integration tests. An even shorter summery…
Read moreIsolator AAA API – The Basics
What is AAA? NUnit and likes have been using it for years. The Arrange, Act and Assert (AAA) structure of…
Read more