> Date: Mon, 13 Nov 2006 13:12:23 -0800
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]; [email protected]
> Subject: Re: [Wtr-general] Grouping Test Cases
>
> I figured this out...after a colleague pointed me at Andy Sipe's blog:
>
> http://zbarzone.blogspot.com/2006/04/getting-xml-test-results-from-rails
> _06.html
>
> the relevant code I needed to add:
>
> require 'test/unit/collector/objectspace'
>
> #replace class def for the suite with one line
> suite = Test::Unit::Collector::ObjectSpace.new().collect()
>
> #generate the output
> Test::Unit::UI::Reporter.run(suite, 'C:/TestOutput/Sample')
>
> Thanks to Andy!
>
> -Dara
>
> -----Original Message-----
> From: Lillis, Dara
> Sent: Monday, November 13, 2006 2:01 PM
> To: '[email protected]'
> Subject: RE: [Wtr-general] Grouping Test Cases
>
.....
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
