Class: R2CORBA::Commands::Test

Inherits:
Object
  • Object
show all
Defined in:
lib/corba/cmds/test.rb

Instance Method Summary collapse

Instance Method Details

#descriptionObject



18
19
20
# File 'lib/corba/cmds/test.rb', line 18

def description
  'Run R2CORBA regression tests.'
end

#runObject



22
23
24
# File 'lib/corba/cmds/test.rb', line 22

def run
  TestFinder.run ARGV
end