nspec / NSpec.VsAdapter

A test adapter to run NSpec tests from Test Explorer in Visual Studio 2013 and later.
http://nspec.org/
MIT License
4 stars 2 forks source link

Beautify test name in Test Explorer pane #8

Closed BrainCrumbz closed 8 years ago

BrainCrumbz commented 8 years ago

With NSpecTestAdapter, Test Explorer shows discovered tests as:

nspectestadapter - 04 upgrade nspec 1 0 4 - 01

while current NSpec.VsAdapter shows them as:

nspec vsadapter - 0 1 2 - 03

  1. In NSpec.VsAdapter, there's an initial, redundant nspec. on each spec
  2. In NSpec.VsAdapter, context hierarchy is separated by . instead of (that should be Alt + 155, or U+203A)
  3. In both of them, context hierarchy in tooltip is separated by by .
  4. In both of them, Test Failed message shows initial nspec.
BrainCrumbz commented 8 years ago

Addressed by commit https://github.com/BrainCrumbz/NSpec.VsAdapter/commit/d183d5890d86d83b2f3db5830e02522eeeab5ee0