/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

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <configSections>
  4. <section name="xunit" type="Xunit.ConsoleClient.XunitConsoleConfigurationSection, xunit.console"/>
  5. </configSections>
  6. <xunit>
  7. <transforms>
  8. <add
  9. commandline="html"
  10. xslfile="HTML.xslt"
  11. description="output results to HTML file"/>
  12. <add
  13. commandline="nunit"
  14. xslfile="NUnitXml.xslt"
  15. description="output results to NUnit-style XML file"/>
  16. </transforms>
  17. </xunit>
  18. </configuration>