Sha256: f7a95a7d239884a93372a650ea32606c7ef16c06f3bdf328a9befe32799d1f21

Contents?: true

Size: 203 Bytes

Versions: 18

Compression:

Stored size: 203 Bytes

Contents

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

include Fox

class TC_FXApp < TestCase
  def setup
    super(self.class.name)
  end
  def test_initialized
    assert(app.initialized?)
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
fxruby-1.6.14-mswin32 tests/TC_FXApp.rb
fxruby-1.6.13-mswin32 tests/TC_FXApp.rb
fxruby-1.6.0 tests/TC_FXApp.rb
fxruby-1.6.1 tests/TC_FXApp.rb
fxruby-1.6.11 tests/TC_FXApp.rb
fxruby-1.6.10 tests/TC_FXApp.rb
fxruby-1.6.12 tests/TC_FXApp.rb
fxruby-1.6.13 tests/TC_FXApp.rb
fxruby-1.6.14-universal-darwin-9 tests/TC_FXApp.rb
fxruby-1.6.14 tests/TC_FXApp.rb
fxruby-1.6.2 tests/TC_FXApp.rb
fxruby-1.6.3 tests/TC_FXApp.rb
fxruby-1.6.4 tests/TC_FXApp.rb
fxruby-1.6.5 tests/TC_FXApp.rb
fxruby-1.6.6 tests/TC_FXApp.rb
fxruby-1.6.7 tests/TC_FXApp.rb
fxruby-1.6.8 tests/TC_FXApp.rb
fxruby-1.6.9 tests/TC_FXApp.rb