MCPcopy Create free account
hub / github.com/apache/arrow / test_list_flights

Method test_list_flights

c_glib/test/flight/test-client.rb:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 end
54
55 def test_list_flights
56 client = ArrowFlight::Client.new(@location)
57 generator = Helper::FlightInfoGenerator.new
58 assert_equal([generator.page_view],
59 client.list_flights)
60 end
61
62 def test_get_flight_info
63 client = ArrowFlight::Client.new(@location)

Callers

nothing calls this directly

Calls 3

newMethod · 0.45
page_viewMethod · 0.45
list_flightsMethod · 0.45

Tested by

no test coverage detected