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