Flowdock
method

test_ole_type

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: TestOLEVARIABLE
test_ole_type() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/win32ole/tests/testOLEVARIABLE.rb, line 24
  def test_ole_type
    classes = WIN32OLE_TYPE.ole_classes(MS_EXCEL_TYPELIB)
    chart = classes.find {|c| c.name == 'XlChartType'}
    var = chart.variables.find {|m| m.name == 'xl3DColumn'}
    assert_equal('INT', var.ole_type)
  end
Register or log in to add new notes.