method
test_ole_put_methods

Ruby latest stable (v2_5_5)
-
0 notes -
Class: TestWIN32OLE_FOR_PROPERTYPUTREF
- 1_8_6_287 (0)
- 1_8_7_72 (0)
- 1_8_7_330 (0)
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125
- 1_9_3_392
- 2_1_10
- 2_2_9
- 2_4_6
- 2_5_5
- 2_6_3
- What's this?
test_ole_put_methods()
public
Hide source
# File ext/win32ole/tests/test_ole_methods.rb, line 26 def test_ole_put_methods x = @obj.ole_put_methods.select {|m| m.invoke_kind == 'PROPERTYPUTREF' } assert(x.size > 0) assert_equal(1, x.size) assert_equal('Item', x[0].name) end