Codebase list ruby-fxruby / run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/main test / TC_FXXPMIcon.rb
run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/main

Tree @run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/main (Download .tar.gz)

TC_FXXPMIcon.rb @run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/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