/tools/xUnit/xunit.console.exe.config
ASP.NET | 21 lines | 18 code | 3 blank | 0 comment | 0 complexity | 950a9a222b1bf03bd9929bdf7a9938cb MD5 | raw file
Possible License(s): Apache-2.0
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
-
- <configSections>
- <section name="xunit" type="Xunit.ConsoleClient.XunitConsoleConfigurationSection, xunit.console"/>
- </configSections>
-
- <xunit>
- <transforms>
- <add
- commandline="html"
- xslfile="HTML.xslt"
- description="output results to HTML file"/>
- <add
- commandline="nunit"
- xslfile="NUnitXml.xslt"
- description="output results to NUnit-style XML file"/>
- </transforms>
- </xunit>
-
- </configuration>