Hi: I just installed Ruby and have FreeRIDE open. In Ruby, is there a
method comparable to the “main” method in java that will run the class for
testing?
I would like to run my class from the IDE.
Thanks,
Doug
E-MAIL CONFIDENTIALITY NOTICE:
The contents of this e-mail message and any attachments are intended
solely
for the addressee(s) and may contain confidential and/or legally
privileged
information. If you are not the intended recipient of this message or
if
this message has been addressed to you in error, please immediately
alert
the sender by reply e-mail and then delete this message and any
attachments.
If you are not the intended recipient, you are notified that any use,
dissemination, distribution, copying, or storage of this message or any
attachments is strictly prohibited.
Hi: I just installed Ruby and have FreeRIDE open. In Ruby, is
there a
method comparable to the “main” method in java that will run the
class for
testing?
I would like to run my class from the IDE.
Hi: I just installed Ruby and have FreeRIDE open. In Ruby, is there a
method comparable to the “main” method in java that will run the class
for testing?
I would like to run my class from the IDE.
Thanks,
Doug
My two cents follow: I can’t stand the very sight of people making a
script or
class executable for the sake of testing - main() methods and the like
are
supposed to execute a standalone program, and that’s that. If you want
to
test, then do it properly, create a separate hierarchy of files with
unit
tests. It’s just as easy, if not easier to write, and you don’t clutter
your
business logic with test code.
David V.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.