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

Method test_set

test/rb/integration/TestClient.rb:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 end
243
244 def test_set
245 p 'test_set'
246 val = Set.new([1, 2, 3])
247 assert_equal(@client.testSet(val), val)
248 assert_kind_of(Set, @client.testSet(val))
249 end
250
251 def get_struct
252 Thrift::Test::Xtruct.new({'string_thing' => 'hi!', 'i32_thing' => 4 })

Callers 1

make_thrift_callsFunction · 0.45

Calls 2

newMethod · 0.45
testSetMethod · 0.45

Tested by

no test coverage detected