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

Method test_typedef

test/rb/integration/TestClient.rb:236–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 end
235
236 def test_typedef
237 p 'test_typedef'
238 # UserId testTypedef(1: UserId thing),
239 assert_equal(@client.testTypedef(309858235082523), 309858235082523)
240 assert_kind_of(Integer, @client.testTypedef(309858235082523))
241 true
242 end
243
244 def test_set
245 p 'test_set'

Callers 1

make_thrift_callsFunction · 0.80

Calls 1

testTypedefMethod · 0.45

Tested by

no test coverage detected