From 94aaa3db9ed4e50373ab05e842ec3bc319c9fffb Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Wed, 17 May 2017 13:28:02 -0700 Subject: [PATCH] Configure xunit for better display --- .../xunit.runner.json | 1 + .../Microsoft.AspNetCore.Razor.Language.Test.csproj | 1 + .../xunit.runner.json | 4 ++++ .../Microsoft.AspNetCore.Razor.Runtime.Test.csproj | 4 ++++ .../Microsoft.AspNetCore.Razor.Runtime.Test/xunit.runner.json | 4 ++++ test/Microsoft.CodeAnalysis.Razor.Test/xunit.runner.json | 1 + .../Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj | 2 +- .../xunit.runner.json | 1 + test/RazorPageGenerator.Test/RazorPageGenerator.Test.csproj | 4 ++++ test/RazorPageGenerator.Test/xunit.runner.json | 4 ++++ 10 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 test/Microsoft.AspNetCore.Razor.Language.Test/xunit.runner.json create mode 100644 test/Microsoft.AspNetCore.Razor.Runtime.Test/xunit.runner.json create mode 100644 test/RazorPageGenerator.Test/xunit.runner.json diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.Extensions.Test/xunit.runner.json b/test/Microsoft.AspNetCore.Mvc.Razor.Extensions.Test/xunit.runner.json index 78c070e832..fcf172c8fc 100644 --- a/test/Microsoft.AspNetCore.Mvc.Razor.Extensions.Test/xunit.runner.json +++ b/test/Microsoft.AspNetCore.Mvc.Razor.Extensions.Test/xunit.runner.json @@ -1,3 +1,4 @@ { + "methodDisplay": "method", "shadowCopy": false } \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Razor.Language.Test/Microsoft.AspNetCore.Razor.Language.Test.csproj b/test/Microsoft.AspNetCore.Razor.Language.Test/Microsoft.AspNetCore.Razor.Language.Test.csproj index 5bfa27170f..676c599f6d 100644 --- a/test/Microsoft.AspNetCore.Razor.Language.Test/Microsoft.AspNetCore.Razor.Language.Test.csproj +++ b/test/Microsoft.AspNetCore.Razor.Language.Test/Microsoft.AspNetCore.Razor.Language.Test.csproj @@ -10,6 +10,7 @@ + diff --git a/test/Microsoft.AspNetCore.Razor.Language.Test/xunit.runner.json b/test/Microsoft.AspNetCore.Razor.Language.Test/xunit.runner.json new file mode 100644 index 0000000000..fcf172c8fc --- /dev/null +++ b/test/Microsoft.AspNetCore.Razor.Language.Test/xunit.runner.json @@ -0,0 +1,4 @@ +{ + "methodDisplay": "method", + "shadowCopy": false +} \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj b/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj index de12a11fd3..ea52a50628 100644 --- a/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj +++ b/test/Microsoft.AspNetCore.Razor.Runtime.Test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj @@ -8,6 +8,10 @@ $(DefaultItemExcludes);TestFiles\**\* + + + + diff --git a/test/Microsoft.AspNetCore.Razor.Runtime.Test/xunit.runner.json b/test/Microsoft.AspNetCore.Razor.Runtime.Test/xunit.runner.json new file mode 100644 index 0000000000..fcf172c8fc --- /dev/null +++ b/test/Microsoft.AspNetCore.Razor.Runtime.Test/xunit.runner.json @@ -0,0 +1,4 @@ +{ + "methodDisplay": "method", + "shadowCopy": false +} \ No newline at end of file diff --git a/test/Microsoft.CodeAnalysis.Razor.Test/xunit.runner.json b/test/Microsoft.CodeAnalysis.Razor.Test/xunit.runner.json index 34b2fe2cdd..c04bb61fe6 100644 --- a/test/Microsoft.CodeAnalysis.Razor.Test/xunit.runner.json +++ b/test/Microsoft.CodeAnalysis.Razor.Test/xunit.runner.json @@ -1,3 +1,4 @@ { + "methodDisplay": "method", "shadowCopy": false } \ No newline at end of file diff --git a/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj b/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj index 78272f169a..62109a0855 100644 --- a/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj +++ b/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Microsoft.VisualStudio.LanguageServices.Razor.Test.csproj @@ -14,7 +14,7 @@ - + diff --git a/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/xunit.runner.json b/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/xunit.runner.json index 34b2fe2cdd..c04bb61fe6 100644 --- a/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/xunit.runner.json +++ b/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/xunit.runner.json @@ -1,3 +1,4 @@ { + "methodDisplay": "method", "shadowCopy": false } \ No newline at end of file diff --git a/test/RazorPageGenerator.Test/RazorPageGenerator.Test.csproj b/test/RazorPageGenerator.Test/RazorPageGenerator.Test.csproj index 556273908c..fd1a3665fc 100644 --- a/test/RazorPageGenerator.Test/RazorPageGenerator.Test.csproj +++ b/test/RazorPageGenerator.Test/RazorPageGenerator.Test.csproj @@ -10,6 +10,10 @@ $(DefaultItemExcludes);TestFiles\**\* + + + + diff --git a/test/RazorPageGenerator.Test/xunit.runner.json b/test/RazorPageGenerator.Test/xunit.runner.json new file mode 100644 index 0000000000..fcf172c8fc --- /dev/null +++ b/test/RazorPageGenerator.Test/xunit.runner.json @@ -0,0 +1,4 @@ +{ + "methodDisplay": "method", + "shadowCopy": false +} \ No newline at end of file