Sha256: d65631b1403862ba68639e3aad678dfeb68f49c4c64f94de03e35911f01b2c9c

Contents?: true

Size: 370 Bytes

Versions: 48

Compression:

Stored size: 370 Bytes

Contents

require 'test/unit'
require 'fox16'
require 'testcase'

class TC_FXId < Fox::TestCase
  include Fox

  def setup
    super(self.class.name)
  end

  def test_created?
    assert !mainWindow.created?
    app.create
    assert mainWindow.created?, "main window should be created after call to FXApp#create"
    mainWindow.destroy
    assert !mainWindow.created?
  end
end

Version data entries

48 entries across 48 versions & 2 rubygems

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