Codebase list ruby-fxruby / d1c26ca7-6f71-4b98-8299-23fa6ac0ac70/main test / TC_FXXBMImage.rb
d1c26ca7-6f71-4b98-8299-23fa6ac0ac70/main

Tree @d1c26ca7-6f71-4b98-8299-23fa6ac0ac70/main (Download .tar.gz)

TC_FXXBMImage.rb @d1c26ca7-6f71-4b98-8299-23fa6ac0ac70/mainraw · history · blame

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