nunit / nunit-vs-adapter

Runs NUnit V2 tests inside the Visual Studio 2012 or later Test Explorer window.
MIT License
50 stars 43 forks source link

[SetUp] not being picked up #168

Closed ChrisMaddock closed 6 years ago

ChrisMaddock commented 6 years ago

@pedrokarsan91 commented on Wed Mar 28 2018

I have installed NUnit 2 Test Adapter on Visual Studio 2017 Community Edition I have NUnit v2.6.3 installed in the class library

When I run tests it does not reach [SetUp]

I have another project that has the exact same thing but works just fine.


@ChrisMaddock commented on Wed Mar 28 2018

Hi @pedrokarsan91 - the repository is for the NUnit 3 framework. I'll move your issue over to the NUnit 2 Test Adapter repo, for someone there to comment on.

OsirisTerje commented 6 years ago

Can you please upload a repro project? Make it as small as you can, it should compile "as is".

ghost commented 6 years ago

@OsirisTerje I have found the issue. I had a partial class in a different folder but did not have the same namespace. Works as expected now.

Thank you :)