Sha256: 898d2b3056ef6b378578fd3a0eb84c1168e324b5502f7a468d29d573b94bfc58

Contents?: true

Size: 377 Bytes

Versions: 56

Compression:

Stored size: 377 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?
    mainWindow.create
    assert mainWindow.created?, "main window should be created after call to FXApp#create"
    mainWindow.destroy
    assert !mainWindow.created?
  end
end

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
fxruby-1.6.43-x64-mingw32 test/TC_FXId.rb
fxruby-1.6.43-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.42 test/TC_FXId.rb
fxruby-1.6.42-x64-mingw32 test/TC_FXId.rb
fxruby-1.6.42-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.41 test/TC_FXId.rb
fxruby-1.6.41-x64-mingw32 test/TC_FXId.rb
fxruby-1.6.41-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.40-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.40-x64-mingw32 test/TC_FXId.rb
fxruby-1.6.40 test/TC_FXId.rb
fxruby-1.6.39 test/TC_FXId.rb
fxruby-1.6.39-x64-mingw32 test/TC_FXId.rb
fxruby-1.6.39-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.38 test/TC_FXId.rb
fxruby-1.6.38-x64-mingw32 test/TC_FXId.rb
fxruby-1.6.38-x86-mingw32 test/TC_FXId.rb
fxruby-1.6.38.pre1 test/TC_FXId.rb
fxruby-1.6.37 test/TC_FXId.rb
fxruby-1.6.37-x64-mingw32 test/TC_FXId.rb