Sha256: ac2c948b91cf15a465e1feb10a89fdf5fc4e07e85390f673f24d2fc5dd6ca0e6

Contents?: true

Size: 451 Bytes

Versions: 2

Compression:

Stored size: 451 Bytes

Contents

#####################################################################
# tc_com_automation.rb
#
# Test case for the Windows::COM::Automation module.
#####################################################################
require 'windows/com/automation'
require 'test/unit'

class TC_Windows_COM_Automation < Test::Unit::TestCase
   include Windows::COM::Automation

   def test_method_constants
      assert_respond_to(self, :BstrFromVector)
   end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
windows-pr-1.2.3 test/tc_com_automation.rb
windows-pr-1.1.3 test/tc_com_automation.rb