Can Ncrunch be used to provide code coverage results for an XSLT stylesheet (.xsl file) when using the .Net class XslCompiledTransform.transform method()? Basically we need to test that the XSLT file contents and templates are all covered.
Remco NCrunch Developer
#4575
29 Aug 2013 23:27 UTC
Hi, thanks for posting!
I'm afraid that this just isn't possible with NCrunch. XSLT does not produce debug output in the form of a PDB, and does not compile into an IL form that supports instrumentation.
Cheers,
Remco
I'm afraid that this just isn't possible with NCrunch. XSLT does not produce debug output in the form of a PDB, and does not compile into an IL form that supports instrumentation.
Cheers,
Remco
Post a reply
Log in to reply.