Sha256: a35ae2a53aae11a8d4862194b9d6ec9d53a0e574d44ef3a2c49f6fda088f7c33

Contents?: true

Size: 994 Bytes

Versions: 8

Compression:

Stored size: 994 Bytes

Contents

# Copyright (C) 2019  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 TestAttrType < Test::Unit::TestCase
  sub_test_case(".to_class") do
    test("AttrFontDesc") do
      assert_equal(Pango::AttrFontDesc,
                   Pango::AttrType::FONT_DESC.to_class)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pango-3.4.4 test/test-attr-type.rb
pango-3.4.3 test/test-attr-type.rb
pango-3.4.2 test/test-attr-type.rb
pango-3.4.1 test/test-attr-type.rb
pango-3.4.0 test/test-attr-type.rb
pango-3.3.9 test/test-attr-type.rb
pango-3.3.8 test/test-attr-type.rb
pango-3.3.7 test/test-attr-type.rb