I have a set of parameterized tests that load their data from files.
I've implemented IXunitSerializable so that the test runner should be able to display a nice description, and run specified tests.
In the CodeRush test runner, I see the *first* description from each test, but not the rest, which severely limits debugging opportunities.
The same tests show correctly in the built-in VS Test Explorer.
Versions:
Microsoft.NET.Test.Sdk: 15.5.0
xunit: 2.3.1
xunit.runner.visualstudio: 2.3.1
TFM: netcoreapp1.0
The test that's giving me problems is at https://github.com/GoogleCloudPlatform/google-cloud-dotnet/blob/master/apis/Google.Cloud.Firestore/Google.Cloud.Firestore.Tests/Proto/ProtoTest.cs
… but if this is *meant* to work, I'm happy to create a self-contained example. (I just didn't want to spend time doing that if it's a known flaw.)
Hello Jon,
Thank you for pointing out this issue.
I have reproduced it with the "google-cloud-dotnet" project.
So we will research this issue and notify you as soon as we make any progress.