Thread: Re: Are there a better set of unit tests for Array?
Re: Are there a better set of unit tests
for Array?
Japan
2007-06-11 20:56:46
John Lam (CLR) wrote:
> It seems like the unit tests that we have in Ruby.net
were:
>
>
>
> a) Extracted from the Ruby source distribution
and
>
> b) Not very comprehensive J
>
JRuby aggregates all tests that currently exist, so it's
one-stop-shopping if you care to have a look.
http:/
/svn.codehaus.org/jruby/trunk/jruby/test
Search for *array*.rb
- Charlie