Hi
I want to grab the .dll from a mobile phone application I am making since I want to add it to my nunit so I can write & test my application. Yet I don't see any .dll in the bin folder. How do I unit test it?
Hi
I want to grab the .dll from a mobile phone application I am making since I want to add it to my nunit so I can write & test my application. Yet I don't see any .dll in the bin folder. How do I unit test it?
If you are compiling an application (EXE) then no, there is no DLL. If you want a DLL, you have to create a DLL project.
NUnit should be able to look at the EXE and run tests against that exe.