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
Post a Comment