InfoQ

InfoQ

Topic/Tag specific view

RCov Content on InfoQ


News about RCov

JRuby Roundup: RCov Port Available, Ribs For Hibernate Support, Parser Stats

Topics
Java,
Data Access,
JRuby,
Performance & Scalability,
Ruby

A port of the popular code coverage tool rcov is now available for JRuby. Ola Bini started a Hibernate-based library for persisting Ruby objects named Ribs. And finally, JRuby trunk contains a new MBean for analysing parse times.

JRuby Roundup: 1.1.3, rcov4jr, Rubinius MVM and FFI

Topics
RubyGems,
Runtimes,
Java,
JRuby,
Ruby,
Software Testing

JRuby 1.1.3 was released with Gems 1.2, improved performance, and many other fixes. Meanwhile the library support for JRuby increases, with a JRuby version of rcov in the works, as well as ports of Rubinius' Foreign Function Interface (FFI) and its MVM API.

Heckle Your Way to Better Tests

Topics
Unit Testing,
Programming,
Ruby

Like Jester, the Java program that inspired it, Heckle mutates your Ruby code, attempting to make your unit tests fail. The premise is simple: If your unit test doesn't choke on Heckle's mutated code, then you need to improve coverage.