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.28 test/TC_FXId.rb
fxruby-1.6.27-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.27-x64-mingw32 test/TC_FXId.rb
fxruby-1.6.27 test/TC_FXId.rb
fxruby-1.6.26-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.26 test/TC_FXId.rb
fxruby-1.6.26.pre1-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.26.pre1 test/TC_FXId.rb
fxruby-1.6.25-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.25 test/TC_FXId.rb
fxruby-1.6.25.pre2-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.25.pre2 test/TC_FXId.rb
fxruby-1.6.25.pre1-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.25.pre1 test/TC_FXId.rb
fxruby-1.6.24-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.24 test/TC_FXId.rb
fxruby-1.6.23-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.23 test/TC_FXId.rb
fxruby-1.6.22-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.22 test/TC_FXId.rb