Unit Testing Framework

Hi All,

Can anyone let me know whether there exists any tool in Ruby that
resembles NUnit/JUnit of .Net/.Java.

Thanks in advance,
Sagar

On Nov 20, 2007 5:35 PM, Sagar V. [email protected] wrote:

Hi All,

Can anyone let me know whether there exists any tool in Ruby that
resembles NUnit/JUnit of .Net/.Java.

Thanks in advance,
Sagar

test/unit

Jano S. wrote:

On Nov 20, 2007 5:35 PM, Sagar V. [email protected] wrote:

Hi All,

Can anyone let me know whether there exists any tool in Ruby that
resembles NUnit/JUnit of .Net/.Java.

Thanks in advance,
Sagar

test/unit

Hi Jano S.,

Can you please give me further information regarding test/unit and other
thing is test/unit is GUI tool like Nunit.

Thanks much,

Sagar

On Nov 20, 2007 5:43 PM, Sagar V. [email protected] wrote:

test/unit

Hi Jano S.,

Can you please give me further information regarding test/unit and other
thing is test/unit is GUI tool like Nunit.

Thanks much,

You’ll find everything you need at
http://www.google.com/search?q=ruby+test+unit

I suggest you start with
http://ruby-doc.org/stdlib/libdoc/test/unit/rdoc/index.html and then
you’ll find a lot of articles.
Even the archive here should contain a lot of stuff.

If there’s anything unclear, just post a question here, with bonus
points for your code (it makes easier to reproduce the problem).

Jano