Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Projects, solutions and NUnit

$
0
0

Hi, I'm new to sharp but not to programming. I'm trying to write a Windows application in C# and test using NUnit. I can do this successfully if I have them all in one project, but if I try to keep the test code and original application in separate projects inside the same solution, cannot get the test to recognise the namespace (or any of the class names) of the application under test. Apologies if the answer is dumb but I can't see what I'm missing. (I don't want to turn the app into a DLL because I can't test it manually very easily). Thanks for any help


Viewing all articles
Browse latest Browse all 1764

Trending Articles