[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

re-run unit test-suite

aidy

7/17/2007 1:02:00 PM

Hi

I have parametrised the data of my unit test methods. However I would
like to re-run the test class, but I am unable to do this with the
require method.

require 'test/unit'
require 'Test_Suite_1'
require 'Test_Suite_1'

Could anyone suggest an alternative method please?

Regards

Aidy