nunit / nunitlite

MIT License
15 stars 14 forks source link

How to use NUnitLite if I don't have Console application? #1

Open Vahanhakobyan85 opened 9 years ago

Vahanhakobyan85 commented 9 years ago

How to use NUnitLite if I don't have Console application? I have to test Silverlight projects and they needs to be referenced from my testing assembly. It is not possible to reference to them from Console application. If NunitLite is built for Silverlight testing, then how to use it?? Could you help me please?

CharliePoole commented 9 years ago

Please see the Usage section of the readme file, which describes how to use NUnitLite. Your test must be a Silverlight application in order to use NUnitLite as delivered. A console application is not running under Silverlight.

If you ask usage questions here, you'll only get brief answers from me and possibly one or two others who look at these. Use the nunit-discuss group for more extended discussions about the best way to do something in NUnit or NUnitLite. That's particularly important when you are working in a little-used platform (these days) like Silverlight. Your best bet is to connect with other Silverlight developers who use NUnit.

On Fri, Feb 13, 2015 at 7:03 AM, Vahan Hakobyan notifications@github.com wrote:

How to use NUnitLite if I don't have Console application? I have to test Silverlight projects and they needs to be referenced from my testing assembly. It is not possible to reference to them from Console application. If NunitLite is built for Silverlight testing, then how to use it?? Could you help me please?

— Reply to this email directly or view it on GitHub https://github.com/nunit/nunitlite/issues/1.