Sha256: ad3bc40104fd8cf1afcfe1187e41b15b6a8f9ce54972a334b997a204ede2b087

Contents?: true

Size: 225 Bytes

Versions: 100

Compression:

Stored size: 225 Bytes

Contents

require 'test/unit'
require 'fox16'

class TC_FXDialogBox < Test::Unit::TestCase
  include Fox

  def test_nil_app_raises_argument_error
    assert_raise ArgumentError do
      FXDialogBox.new(nil, "title")
    end
  end
end

Version data entries

100 entries across 100 versions & 1 rubygems

Version Path
fxruby-1.6.32.pre2-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.32.pre2 test/TC_FXDialogBox.rb
fxruby-1.6.32.pre1 test/TC_FXDialogBox.rb
fxruby-1.6.32.pre1-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.32.pre1-x64-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.31-x64-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.31-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.31 test/TC_FXDialogBox.rb
fxruby-1.6.30-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.30-x64-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.30 test/TC_FXDialogBox.rb
fxruby-1.6.29-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.29-x64-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.29 test/TC_FXDialogBox.rb
fxruby-1.6.28-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.28-x64-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.28 test/TC_FXDialogBox.rb
fxruby-1.6.27-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.27-x64-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.27 test/TC_FXDialogBox.rb