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

Issues changing the value of an element in an array in matlab -

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

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