Sha256: cee0d8342b9a08ea26446963439902a3dee800b0c7480e815e9bda0ee0fd0b06

Contents?: true

Size: 277 Bytes

Versions: 20

Compression:

Stored size: 277 Bytes

Contents

require 'test/unit'
require 'fox16'

include Fox

class TC_FXApp < Test::Unit::TestCase
  def test_exception_for_second_app
    app = FXApp.new
    mainWindow = FXMainWindow.new(app, "")
    app.create
    assert_raise RuntimeError do
      app2 = FXApp.new
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

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