Method: #main

Defined in:
src/ruby/pb/test/client.rb,
src/ruby/pb/test/server.rb,
src/ruby/bin/math_client.rb,
src/ruby/bin/math_server.rb,
src/ruby/bin/noproto_client.rb,
src/ruby/bin/noproto_server.rb,
src/ruby/pb/test/xds_client.rb

#mainObject



776
777
778
779
780
781
# File 'src/ruby/pb/test/client.rb', line 776

def main
  opts = parse_args
  stub = create_stub(opts)
  NamedTests.new(stub, opts).method(opts['test_case']).call
  p "OK: #{opts['test_case']}"
end