less than 1 minute read

Jason Zander’s blog post on Unit Testing mentioned our Hilo project doing unit testing for Metro Applications in C++.

My Favorite Features: Unit Testing Enhancements in Visual Studio 11 

If you are really interested in this, download the code and check it out. We have to do some tricks to test asyc methods, but since everything is async these days, you will probably find it useful.

If you have any feedback, leave it on the site so we can put this into future releases.

Enjoy!

Updated: