class TestGLibWin32

Public Instance Methods

test_get_package_install_directory_of_module() click to toggle source
# File glib2/test/test_win32.rb, line 5
def test_get_package_install_directory_of_module
  only_win32
  only_glib_version(2, 16, 0)

  assert_equal("FIXME",
               GLib::Win32.get_package_installation_directory_of_module)
end