Unit testing our Visual C++ code with Microsoft Unit Testing Framework
One of the things I love about unit testing (besides all of the well-known benefits) is the ability to test code without writing a tester or test harness application, but I can pretty much leverage what Microsoft have already built for us. Image below depicts an unit test I’ve written for this JNI .NET bridge or adapter to piggy back on existing libraries (adapters) provided by Mulesoft
More information here
Share this:
Related
Filed under: Microsoft - @ February 18, 2015 2:18 am
Tags: .NET, C++, Debugging, Integration, Mulesoft, Unit Testing, Visual C++, Visual Studio