class TestFileMonitor::Event

Public Instance Methods

test_file_monitor_event() click to toggle source
# File gio2/test/test-file-monitor.rb, line 27
def test_file_monitor_event
  assert_nothing_raised do
    Gio::FileMonitorEvent.new(Gio::FileMonitorEvent::CHANGED)
  end
end