unit testing - UnitTesting for mixed C++/Cli projects -


which unittest framework should use test mixed c++ code (native , c++/cli)? howto's or tutorials?

thx

you can use nunit test both easily. if write tests in c++/cli able test native code too.
see here related discussion.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -