From: aidy Date: 2007-07-15T04:15:04+09:00 Subject: loop unit test cases? Hi, Is there any way to loop TEST::UNIT test cases to accommodate different data values? class Test_Class < Test::Unit::TestCase def test_1 end def test_2 end end Thanks Aidy