Class: R2CORBA::Commands::Test
- Inherits:
-
Object
- Object
- R2CORBA::Commands::Test
- Defined in:
- lib/corba/cmds/test.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
18 19 20 |
# File 'lib/corba/cmds/test.rb', line 18 def description 'Run R2CORBA regression tests.' end |
#run ⇒ Object
22 23 24 |
# File 'lib/corba/cmds/test.rb', line 22 def run TestFinder.run ARGV end |