An open API service indexing awesome lists of open source software.

https://github.com/osiristerje/profilingissue

Repro solution for test profiling issue
https://github.com/osiristerje/profilingissue

nunit visualstudio2017

Last synced: about 1 year ago
JSON representation

Repro solution for test profiling issue

Awesome Lists containing this project

README

          

# Profiling issue with NUnit 3.7/3.8 adapter and Visual Studio Test Explorer

## Environment

* Visual Studio 2017, latest build 15.2.26430.16 (Should be the same in earlier builds too)

The solution downloads the following:

* NUnit 3.7.1
* NUnit3TestAdapter 3.8
* MSTest 1.1.18

## Repro

Clone this repo

Build and you should see 2 tests in the test explorer

Select each of these, right click and select Profile Test

One should work, the MSTest one (TestItMsTest), the other (TestIt) might not work, which is the NUnit one. It will not do the profile, and complain in the Test Output window that there is no data in the buffers.

After running the profile on the NUnit test, does your test disappear from Test Explorer

Please also check if Code Coverage works on any of these.

Confirm your finding by message me the result on twitter [@OsirisTerje](https://twitter.com/osiristerje) or [Facebook](https://www.facebook.com/Terje.Sandstrom)