InfoQ

Topic/Tag specific view

RCov Content on InfoQ


News about RCov

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

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

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

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

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

Community
Ruby
Topics
Unit Testing,
Programming

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.