Flowdock
method

test_src_type

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: TestOLETYPE
test_src_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/testOLETYPE.rb, line 62
  def test_src_type
    classes = WIN32OLE_TYPE.ole_classes(MS_XML_TYPELIB)
    domnode = classes.find {|c| c.name == 'DOMNodeType'}
    assert_equal('tagDOMNodeType', domnode.src_type)
  end
Register or log in to add new notes.