Discussion:
calling unmanaged code from nunit
Mustafa F
2008-07-29 17:33:17 UTC
Permalink
Has anyone tried calling unmanaged code from Nunit? Any implications that
you are aware of?
Charlie Poole
2008-07-29 17:39:14 UTC
Permalink
Hi Mustafa,

This sounds more like a question for the users list... Short answer,
however:

Your tests have to be managed.

You can call anything you want from your tests provided the operating
system can find it. NUnit won't know about anything that happens on
the unmanaged side unless it comes back through your tests in some way.

More than that would require a specific problem.

Charlie


_____

From: nunit-developer-***@lists.sourceforge.net
[mailto:nunit-developer-***@lists.sourceforge.net] On Behalf Of Mustafa
F
Sent: Tuesday, July 29, 2008 10:33 AM
To: nunit-***@lists.sourceforge.net
Subject: [nunit-developer] calling unmanaged code from nunit



Has anyone tried calling unmanaged code from Nunit? Any implications that
you are aware of?

Loading...