Sha256: 23f7cf4fabeec001f85149e70c276c732c2ec378f3fc1c7fe6b9f8ec002fb3ce

Contents?: true

Size: 261 Bytes

Versions: 6

Compression:

Stored size: 261 Bytes

Contents

require 'test/unit'
require 'fox12'
require 'testcase'

include Fox

class TC_downcast < TestCase
  def setup
    super(self.class.name)
  end
  def test_downcast
    fs = FXFileSelector.new(mainWindow)
    assert_kind_of(FXHorizontalFrame, fs.first)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fxruby-1.2.2 tests/TC_downcast.rb
fxruby-1.2.3 tests/TC_downcast.rb
fxruby-1.2.4 tests/TC_downcast.rb
fxruby-1.2.5 tests/TC_downcast.rb
fxruby-1.2.6 tests/TC_downcast.rb
fxruby-1.4.0 tests/TC_downcast.rb