contents

software
 
Typemock Launches Isolator ++

Typemock announced the official launch of Isolator ++. Isolator ++ is the first isolation framework that allows developers to conduct easy unit testing for C++. As opposed to other unit testing solutions that require many sections of code to be modified in order to test it, Isolator ++ allows the user to mock any part of the code without any alterations. It also enables organizations to ensure that their final product meets industry standards. The launch of Isolator ++ demonstrates Typemock's ability to now offer solutions for easy unit testing for windows C++ developers in addition to .Net.

Isolator++ enables testing of any C/ C++ code (including complex code such as statics, globals and non virtual method) by allowing the user to intercept and fake their behaviours. The user can write tests with minimal lines of code, a major improvement on other frameworks which require multiple lines to make effective readable tests. The API is specifically designed to make tests more concise, more resistant to production code changes and easier to understand for new users. Isolator ++ works with all testing frameworks including Google Test and UnitTest++.



write your comments about the article :: © 2010 Computing News :: home page