xspec coverage

Here should go questions about transforming XML with XSLT and FOP.
laurendw
Posts: 7
Joined: Sat Apr 06, 2013 1:10 am

xspec coverage

Post by laurendw »

I've been using the xspec feature in oXygen to test XSLT stylesheets, but I can't quite figure out how to generate a coverage report. Can you help?

thanks,

Lauren
alex_jitianu
Posts: 1008
Joined: Wed Nov 16, 2005 11:11 am

Re: xspec coverage

Post by alex_jitianu »

Hi Lauren,

Unfortunately the code coverage feature is not yet supported in oXygen. I've added a feature request to add this functionality on a next version. Until it becomes available you'll have to use the command line tool to generate a code coverage report. Instructions on how to do that can be found at http://code.google.com/p/xspec/wiki/GettingStarted. Basically after deploying an XSpec distribution you must execute in a command line tool:

Code: Select all

xspec {filename} coverage
Best regards,
Alex
--
Alex Jitianu
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply