Configure xunit for better display

This commit is contained in:
Ryan Nowak 2017-05-17 13:28:02 -07:00
parent 811ea019a5
commit 94aaa3db9e
10 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{
"methodDisplay": "method",
"shadowCopy": false
}

View File

@ -10,6 +10,7 @@
<ItemGroup>
<EmbeddedResource Include="TestFiles\**\*" />
<None Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>

View File

@ -0,0 +1,4 @@
{
"methodDisplay": "method",
"shadowCopy": false
}

View File

@ -8,6 +8,10 @@
<DefaultItemExcludes>$(DefaultItemExcludes);TestFiles\**\*</DefaultItemExcludes>
</PropertyGroup>
<ItemGroup>
<None Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\shared\Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources\**\*.cs" />
</ItemGroup>

View File

@ -0,0 +1,4 @@
{
"methodDisplay": "method",
"shadowCopy": false
}

View File

@ -1,3 +1,4 @@
{
"methodDisplay": "method",
"shadowCopy": false
}

View File

@ -14,7 +14,7 @@
<ItemGroup>
<EmbeddedResource Include="TestFiles\**\*" />
<None Include="xunit.runner.json" />
<None Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>

View File

@ -1,3 +1,4 @@
{
"methodDisplay": "method",
"shadowCopy": false
}

View File

@ -10,6 +10,10 @@
<DefaultItemExcludes>$(DefaultItemExcludes);TestFiles\**\*</DefaultItemExcludes>
</PropertyGroup>
<ItemGroup>
<None Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\RazorPageGenerator\RazorPageGenerator.csproj" />
<ProjectReference Include="..\Microsoft.AspNetCore.Razor.Test.Common\Microsoft.AspNetCore.Razor.Test.Common.csproj" />

View File

@ -0,0 +1,4 @@
{
"methodDisplay": "method",
"shadowCopy": false
}