I added an App.config
file in my unit test project as suggested in this question
<configuration>
<appSettings>
<add key="xunit.methodDisplay" value="method"/>
</appSettings>
</configuration>
But in VisualStudio, the TestExplorer still displays the full name.
I am running:
Visual Studio 2013 Ultimate Version 12.0.40629.00 Update 5
xUnit runner [xUnit.net \[Runner: Visual Studio\] 2.1.0][2]