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

Method test_bool

test/rb/integration/TestClient.rb:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 end
162
163 def test_bool
164 p 'test_bool'
165 assert_equal(@client.testBool(true), true)
166 assert_equal(@client.testBool(false), false)
167 end
168
169 def test_byte
170 p 'test_byte'

Callers 1

make_thrift_callsFunction · 0.80

Calls 1

testBoolMethod · 0.45

Tested by

no test coverage detected