Sha256: e5f6c34d36fb35381b978581445e7d3ec5e9270d6db1e00c451dcc8d84283c7a

Contents?: true

Size: 1010 Bytes

Versions: 158

Compression:

Stored size: 1010 Bytes

Contents

# -*- coding: utf-8 -*-
#
# Copyright (C) 2013  Ruby-GNOME2 Project Team
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

class TestGtkRecentFilterInfo < Test::Unit::TestCase
  include GtkTestUtils

  def test_contains
    info = Gtk::RecentFilterInfo.new
    assert_equal(Gtk::RecentFilter::Flags.new, info.contains)
  end
end

Version data entries

158 entries across 158 versions & 2 rubygems

Version Path
gtk2-3.2.7-x86-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.7-x64-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.7 test/test_gtk_recent_filter_info.rb
gtk2-3.2.6-x64-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.6-x86-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.6 test/test_gtk_recent_filter_info.rb
gtk2-3.2.5-x64-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.5-x86-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.5 test/test_gtk_recent_filter_info.rb
gtk2-3.2.4-x64-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.4-x86-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.4 test/test_gtk_recent_filter_info.rb
gtk2-3.2.3-x64-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.3-x86-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.3 test/test_gtk_recent_filter_info.rb
gtk2-3.2.2-x64-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.2-x86-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.2 test/test_gtk_recent_filter_info.rb
gtk2-3.2.1-x64-mingw32 test/test_gtk_recent_filter_info.rb
gtk2-3.2.1-x86-mingw32 test/test_gtk_recent_filter_info.rb