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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - UICollectionView Self Sizing Cells with Auto Layout -