Class Test::Unit::UI::XML::TestRunner
In: lib/test/unit/ui/xml/testrunner.rb
Parent: UI::TestRunner

Runs a Test::Unit::TestSuite and outputs XML.

Methods

new  

Included Modules

ERB::Util

Public Class methods

Creates a new TestRunner for running the passed suite. :output option specifies where runner output should go to; defaults to STDOUT.

[Validate]