method
test_helpstring
ruby 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