| 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' |
no test coverage detected