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

Method test_map

test/rb/integration/TestClient.rb:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 end
204
205 def test_map
206 p 'test_map'
207 val = {1 => 1, 2 => 2, 3 => 3}
208 assert_equal(@client.testMap(val), val)
209 assert_kind_of(Hash, @client.testMap(val))
210 end
211
212 def test_string_map
213 p 'test_string_map'

Callers 1

make_thrift_callsFunction · 0.45

Calls 1

testMapMethod · 0.45

Tested by

no test coverage detected