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

google test is not working #162

Closed Manimozhis95 closed 6 years ago

Manimozhis95 commented 6 years ago

i try to test my code using google test .All my solution build successfully .but i couldn't see the test passed in the console .I am getting errors like [11/23/2017 4:35:08 PM Informational] ------ Discover test started ------ [11/23/2017 4:35:08 PM Informational] ========== Discover test finished: 0 found (0:00:00.4689445) ==========

CharliePoole commented 6 years ago

That's because there are no nunit tests. Google test is a framework in itself having no connection with nunit.