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.48 test/TC_FXDialogBox.rb
fxruby-1.6.48-x64-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.48-x64-mingw-ucrt test/TC_FXDialogBox.rb
fxruby-1.6.48-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.47 test/TC_FXDialogBox.rb
fxruby-1.6.47-x64-mingw-ucrt test/TC_FXDialogBox.rb
fxruby-1.6.47-x64-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.47-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.46 test/TC_FXDialogBox.rb
fxruby-1.6.46-x64-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.46-x64-mingw-ucrt test/TC_FXDialogBox.rb
fxruby-1.6.46-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.45 test/TC_FXDialogBox.rb
fxruby-1.6.45-x64-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.45-x64-mingw-ucrt test/TC_FXDialogBox.rb
fxruby-1.6.45-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.44 test/TC_FXDialogBox.rb
fxruby-1.6.44-x64-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.44-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.43 test/TC_FXDialogBox.rb