Sha256: b319b22774f725d601a3055178ccf243d53c28f85ca4e16d8fd6388f48c16723

Contents?: true

Size: 203 Bytes

Versions: 7

Compression:

Stored size: 203 Bytes

Contents

require 'test/unit'
require 'fox14'
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

7 entries across 7 versions & 1 rubygems

Version Path
fxruby-1.4.1 tests/TC_FXApp.rb
fxruby-1.4.2 tests/TC_FXApp.rb
fxruby-1.4.3 tests/TC_FXApp.rb
fxruby-1.4.4 tests/TC_FXApp.rb
fxruby-1.4.5 tests/TC_FXApp.rb
fxruby-1.4.6 tests/TC_FXApp.rb
fxruby-1.4.7 tests/TC_FXApp.rb