method

test_helpstring

v1_8_7_330 - Show latest stable - Class: TestOLEMETHOD
test_helpstring()
public

No documentation available.

# File ext/win32ole/tests/testOLEMETHOD.rb, line 70
  def test_helpstring
    domdoc = WIN32OLE_TYPE.new(MS_XML_TYPELIB, 'DOMDocument')
    m =  WIN32OLE_METHOD.new(domdoc, 'abort')
    assert_equal('abort an asynchronous download', m.helpstring)
  end