Hi, thanks for your reply. Jcop tool has a card simulator and it is very useful because I can debug Java Card Applet source code using this tool and Eclipse. So I think, If I can debug the source, maybe I can run code coverage in Java Card source.
I already read http://www.eclemma.org/jacoco/trunk/doc/, but I don't really understand. I also still don't know what technology Jcop uses. I will find out it first. Best regards, Sigit On Monday, March 17, 2014 6:38:20 PM UTC+7, Marc R. Hoffmann wrote: > Hi, > > > > I don't think it is possible to run code coverage analysis on the a > > card, as they use a different byte code format. > > > > I'm not familiar with Jcod, but probably you can also run your test > > code on a "real" JVM as Java card is a subset of Java EE. JaCoCo comes > > with comprehensive documentation and examples, see: > > http://www.eclemma.org/jacoco/trunk/doc/ > > > > I don't know what the build and test technology use in Jcop actually is > > (Ant? Maven?). So you might get this information in Jcop documentation. > > > > Best regards, > > -marc > > > > On 17.03.14 12:12, [email protected] wrote: > > > I want to do code coverage with test scripts that I created. I recently > > knew JaCoCo, but I don't know how to use JaCoco with Java Card. I am using > > Jcop. > > > > > > > > > Thanks. > > > -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
