Reporter | Juerg Staub (juerg.staub) |
---|---|
Created | Apr 26, 2018 8:12:30 PM |
Updated | Apr 26, 2018 8:12:30 PM |
Subsystem | No Subsystem |
Assignee | Unassigned |
Priority | Normal |
State | Submitted |
Type | Unspecified |
Fix version | No Fix versions |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
In the Unit Test Session window, Resharper stopped to display test names. They are supplied like this:
yield return new TestCaseData(deviceId, deviceType, deviceReference, testDeviceData, vehicleReference, contractReference)
.SetName($"{environment}: 2 hours trip for {deviceType}: {deviceId}");
The test is declared as follows:
[TestCaseSource(typeof(LongTrackTestCaseSource), nameof(LongTrackTestCaseSource.TestCases))]
It stopped working after upgrading to 2018.1 from 2017.3.5. Downgrading to 2017.3.5 did not help. The is a warning in the Unit Test Session window, which I have attached to this report.