method

test_ole_type_detail

ruby latest stable - Class: TestOLEVARIABLE

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

test_ole_type_detail()
public

No documentation available.

# File ext/win32ole/tests/testOLEVARIABLE.rb, line 30
  def test_ole_type_detail
    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_detail)
  end