Sha256: 337ea61bece0ee8f4076d506b9c5ed8464f37b9e2afb6a92e06a976061369611

Contents?: true

Size: 222 Bytes

Versions: 20

Compression:

Stored size: 222 Bytes

Contents

require 'test/unit'
require 'fox16'

include Fox

class TC_FXDialogBox < Test::Unit::TestCase
  def test_nil_app_raises_argument_error
    assert_raise ArgumentError do
      FXDialogBox.new(nil, "title")
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
fxruby-1.6.20-x86-mingw32 test/TC_FXDialogBox.rb
fxruby-1.6.20-x86-linux test/TC_FXDialogBox.rb
fxruby-1.6.20 test/TC_FXDialogBox.rb
fxruby-1.6.20-universal-darwin-10 test/TC_FXDialogBox.rb
fxruby-1.6.19-x86-mingw32 tests/TC_FXDialogBox.rb
fxruby-1.6.15-universal-darwin-9 tests/TC_FXDialogBox.rb
fxruby-1.6.15 tests/TC_FXDialogBox.rb
fxruby-1.6.15-x86-mswin32-60 tests/TC_FXDialogBox.rb
fxruby-1.6.16-universal-darwin-9 tests/TC_FXDialogBox.rb
fxruby-1.6.16-x86-mswin32-60 tests/TC_FXDialogBox.rb
fxruby-1.6.17-universal-darwin-9 tests/TC_FXDialogBox.rb
fxruby-1.6.16 tests/TC_FXDialogBox.rb
fxruby-1.6.17-x86-mswin32-60 tests/TC_FXDialogBox.rb
fxruby-1.6.17 tests/TC_FXDialogBox.rb
fxruby-1.6.18-universal-darwin-9 tests/TC_FXDialogBox.rb
fxruby-1.6.19-universal-darwin-9 tests/TC_FXDialogBox.rb
fxruby-1.6.18 tests/TC_FXDialogBox.rb
fxruby-1.6.18-x86-mswin32-60 tests/TC_FXDialogBox.rb
fxruby-1.6.19-x86-mswin32-60 tests/TC_FXDialogBox.rb
fxruby-1.6.19 tests/TC_FXDialogBox.rb