[VIEWED 3622
TIMES]
|
SAVE! for ease of future access.
|
|
|
tuliram
Please log in to subscribe to tuliram's postings.
Posted on 02-22-08 7:08
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Hello everyone, If any one could help me with unit testing for unmanaged C++ code using nUnit application. I just created a simple unmanaged code in C++ n trying to unit test for that. I am not sure where to get started. For managed code there is a option to create in VSTS..but for unmanage code i found a little challenging....if any one is working on this plz help me..i would highly appriciate your help.. Thanks, Tuli
|
|
|
|
Aalu Jasto
Please log in to subscribe to Aalu Jasto's postings.
Posted on 02-22-08 7:15
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
There is no direct way to do that .. If you familier with COM ... Create a COM object in Unmanaged code .. and access that Code from Managed C++ .. or later C# using InterOp .. .. and follow the Nunit tutorials to test it . happy Coding !!!1
|
|
|
tuliram
Please log in to subscribe to tuliram's postings.
Posted on 02-23-08 3:30
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
|
|