/Tools/xUnit/xunit.console.exe.config
http://github.com/ayende/rhino-etl · Unknown · 21 lines · 18 code · 3 blank · 0 comment · 0 complexity · ca0dea33811c4bd77fc3c8ef29e06b07 MD5 · raw file
- <?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>