Code Coverage tool for BlackBerry

Posted by Skrud on Stack Overflow See other posts from Stack Overflow or by Skrud
Published on 2010-05-03T19:29:35Z Indexed on 2010/05/04 4:28 UTC
Read the original article Hit count: 263

I'm looking for a code coverage tool that I can use with a BlackBerry application. I'm using J2ME-Unit for Unit Testing and I want to see how much of my code is being covered by my tests.

I've tried using Cobertura for J2ME but after days of wrestling with it I failed to get any results from it. (I believe that the instrumentation is un-done by the RAPC compilation). And despite this message, the project seems to be dead.

I've looked at JInjector but the project seems very incomplete. There is little (if any) documentation and although it claims to be able to work with BlackBerry projects, I haven't seen any places where it has been used for that purpose. I've played with the project quite a bit but to no avail.

I've also tried the "Coverage" view in the BlackBerry JDE, even though I use Eclipse for development. The view stays permanently blank, regardless of clicking "Refresh" and running the application from the JDE.

I've looked at most of the tools on this SO thread, but they won't work with J2ME/BlackBerry projects.

Has anyone had any success with any code coverage tools on the BlackBerry? If so, what tools have you used? How have you used them?

If anyone has managed to get JInjector or Cobertura for J2ME to work with a BlackBerry project, what did you have to do to get it working?

© Stack Overflow or respective owner

Related posts about blackberry

Related posts about j2me