Codebase list ruby-fxruby / 8aa7e715-abd0-4131-934e-b2e8e82473f6/main test / TC_FXXPMIcon.rb
8aa7e715-abd0-4131-934e-b2e8e82473f6/main

Tree @8aa7e715-abd0-4131-934e-b2e8e82473f6/main (Download .tar.gz)

TC_FXXPMIcon.rb @8aa7e715-abd0-4131-934e-b2e8e82473f6/mainraw · history · blame

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

class TC_FXXPMIcon < Fox::TestCase
  include Fox

  def setup
    super(self.class.name)
  end

  def test_fileExt
    assert_equal("xpm", FXXPMIcon.fileExt)
  end
end