MCPcopy Create free account
hub / github.com/apache/thrift / test_list

Method test_list

test/rb/integration/TestClient.rb:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 end
219
220 def test_list
221 p 'test_list'
222 val = [1, 2, 3, 4, 5]
223 assert_equal(@client.testList(val), val)
224 assert_kind_of(Array, @client.testList(val))
225 end
226
227 def test_enum
228 p 'test_enum'

Callers 1

make_thrift_callsFunction · 0.45

Calls 1

testListMethod · 0.45

Tested by

no test coverage detected