Sha256: dd4b635888a3ed7d91c9d54b1fc7a2f0f948a5bdd06aaecc84b9686dfd20a2a1

Contents?: true

Size: 226 Bytes

Versions: 104

Compression:

Stored size: 226 Bytes

Contents

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

class TC_FXXBMImage < Fox::TestCase
  include Fox

  def setup
    super(self.class.name)
  end

  def test_fileExt
    assert_equal("xbm", FXXBMImage.fileExt)
  end
end

Version data entries

104 entries across 104 versions & 2 rubygems

Version Path
fxruby-1.6.48 test/TC_FXXBMImage.rb
fxruby-1.6.48-x64-mingw32 test/TC_FXXBMImage.rb
fxruby-1.6.48-x64-mingw-ucrt test/TC_FXXBMImage.rb
fxruby-1.6.48-x86-mingw32 test/TC_FXXBMImage.rb
fxruby-1.6.47 test/TC_FXXBMImage.rb
fxruby-1.6.47-x64-mingw-ucrt test/TC_FXXBMImage.rb
fxruby-1.6.47-x64-mingw32 test/TC_FXXBMImage.rb
fxruby-1.6.47-x86-mingw32 test/TC_FXXBMImage.rb
fxruby-1.6.46 test/TC_FXXBMImage.rb
fxruby-1.6.46-x64-mingw32 test/TC_FXXBMImage.rb
fxruby-1.6.46-x64-mingw-ucrt test/TC_FXXBMImage.rb
fxruby-1.6.46-x86-mingw32 test/TC_FXXBMImage.rb
fxruby-1.6.45 test/TC_FXXBMImage.rb
fxruby-1.6.45-x64-mingw32 test/TC_FXXBMImage.rb
fxruby-1.6.45-x64-mingw-ucrt test/TC_FXXBMImage.rb
fxruby-1.6.45-x86-mingw32 test/TC_FXXBMImage.rb
fxruby-1.6.44 test/TC_FXXBMImage.rb
fxruby-1.6.44-x64-mingw32 test/TC_FXXBMImage.rb
fxruby-1.6.44-x86-mingw32 test/TC_FXXBMImage.rb
fxruby-1.6.43 test/TC_FXXBMImage.rb