Sha256: 349efb9397878d6bb14f2edaca8bb7fd3dabb1390ccd3f1409c60491c1af7118

Contents?: true

Size: 311 Bytes

Versions: 172

Compression:

Stored size: 311 Bytes

Contents

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

  def setup
    @dialog = Gtk::AboutDialog.new
  end

  def test_program_name
    assert_equal(File.basename($0), @dialog.program_name)
    @dialog.program_name = "my-program"
    assert_equal("my-program", @dialog.program_name)
  end
end

Version data entries

172 entries across 164 versions & 2 rubygems

Version Path
gtk3-4.2.7 test/test-gtk-about-dialog.rb
gtk3-4.2.6 test/test-gtk-about-dialog.rb
gtk3-4.2.5 test/test-gtk-about-dialog.rb
gtk3-4.2.4 test/test-gtk-about-dialog.rb
gtk3-4.2.3 test/test-gtk-about-dialog.rb
gtk3-4.2.2 test/test-gtk-about-dialog.rb
gtk3-4.2.1 test/test-gtk-about-dialog.rb
gtk3-4.2.0 test/test-gtk-about-dialog.rb
gtk3-4.1.9 test/test-gtk-about-dialog.rb
gtk3-4.1.8 test/test-gtk-about-dialog.rb
gtk3-4.1.7 test/test-gtk-about-dialog.rb
gtk3-4.1.6 test/test-gtk-about-dialog.rb
gtk3-4.1.5 test/test-gtk-about-dialog.rb
gtk3-4.1.4 test/test-gtk-about-dialog.rb
gtk3-4.1.3 test/test-gtk-about-dialog.rb
gtk3-4.1.2 test/test-gtk-about-dialog.rb
gtk3-4.1.1 test/test-gtk-about-dialog.rb
gtk3-4.1.0 test/test-gtk-about-dialog.rb
gtk3-4.0.9 test/test-gtk-about-dialog.rb
gtk3-4.0.8 test/test-gtk-about-dialog.rb