On Fri, 2004-07-30 at 03:12, Nathaniel Talbott wrote: > one possible alternative to subclassing > would be to just create a delegating wrapper around the runner (since > you want to run normally PLUS outputting XML). If I understand you right, you mean some sort of decorator like this: Test::Unit::TestReporter.new(:XML, 'build/reports', AllTests.suite) Correct? Alex