Sha256: 916183dab7b578152b71c6f5d710d57b40261fe984233493a8dec5df75605c3a

Contents?: true

Size: 306 Bytes

Versions: 28

Compression:

Stored size: 306 Bytes

Contents

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

include Fox

class TC_FXId < TestCase
  def setup
    super(self.class.name)
  end

  def test_created?
    assert(!mainWindow.created?)
    app.create
    assert(mainWindow.created?)
    mainWindow.destroy
    assert(!mainWindow.created?)
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
fxruby-1.6.14-mswin32 tests/TC_FXId.rb
fxruby-1.6.13-mswin32 tests/TC_FXId.rb
fxruby-1.6.11 tests/TC_FXId.rb
fxruby-1.6.10 tests/TC_FXId.rb
fxruby-1.6.12 tests/TC_FXId.rb
fxruby-1.6.13 tests/TC_FXId.rb
fxruby-1.6.14-universal-darwin-9 tests/TC_FXId.rb
fxruby-1.6.15-universal-darwin-9 tests/TC_FXId.rb
fxruby-1.6.14 tests/TC_FXId.rb
fxruby-1.6.15-x86-mswin32-60 tests/TC_FXId.rb
fxruby-1.6.15 tests/TC_FXId.rb
fxruby-1.6.16-universal-darwin-9 tests/TC_FXId.rb
fxruby-1.6.16-x86-mswin32-60 tests/TC_FXId.rb
fxruby-1.6.16 tests/TC_FXId.rb
fxruby-1.6.17-universal-darwin-9 tests/TC_FXId.rb
fxruby-1.6.17-x86-mswin32-60 tests/TC_FXId.rb
fxruby-1.6.17 tests/TC_FXId.rb
fxruby-1.6.18-universal-darwin-9 tests/TC_FXId.rb
fxruby-1.6.18-x86-mswin32-60 tests/TC_FXId.rb
fxruby-1.6.18 tests/TC_FXId.rb