PageRenderTime 15ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 1ms

/tools/xUnit/xunit.console.exe.config

http://elmah.googlecode.com/
ASP.NET | 21 lines | 18 code | 3 blank | 0 comment | 0 complexity | 950a9a222b1bf03bd9929bdf7a9938cb MD5 | raw file
Possible License(s): Apache-2.0
  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>