Reporter |
|
---|---|
Created | Dec 22, 2017 10:19:09 AM |
Updated | Apr 5, 2018 7:11:22 PM |
Subsystem | Unit Testing |
Assignee | Eugene Strizhok (Eugene.Strizhok) |
Priority | Critical |
State | Submitted |
Type | Bug |
Fix version | 2018.1.1 |
Affected versions | 2017.3.1, 2017.3, 2017.2 |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2017 15.3 |
Visual Studio 15.4.4 and Visual Studio 15.5.2
Resharper 2017.2.2 and Resharper 2017.3
new format of csproj
Steps to reproduce:
- Build project with multiple test classes inside
- Click 'Run Unit Tests' on project
- Runner discover and run tests only from a currently open file
- Open another file which contains tests -> more tests were discovered
- Open another one file which contains tests -> even more tests were discovered.
In my opinion runner should behave in the same way as it behaves with old format of csproj (no need to open every file to discover specs).
CC: @Matt Ellis