From: 7stud -- Date: 2007-10-03T01:03:33+09:00 Subject: Re: Unit testing add extra command line parameters Alin Popa wrote: > Hi, > > Thanks for your reply. > The problem wasn't really how to display methods. > "If not, how there is possible to add extra parameters to command line > in > order to display all tests ?" > I want to add extra command line arguments to my script, but in an > elegant way. > Arguments like -n, -t, -v, etc. that already exists in TestCase. > Then why did you say this: --- I want to display (yes, just to display) my available tests from a testcase. Is this possible ? If not, how there is possible to add extra parameters to command line in order to display all tests ? --- Your first choice of solutions was "I want to display the methods". Then "if that is not possible", "how there is possible to add extra parameters to command line...." I worked on you your first choice. -- Posted via http://www.ruby-forum.com/.