Codebase list ruby-fxruby / 40768d70-2f6c-426c-9ba3-c4f02433a71b/main test / TC_FXXPMIcon.rb
40768d70-2f6c-426c-9ba3-c4f02433a71b/main

Tree @40768d70-2f6c-426c-9ba3-c4f02433a71b/main (Download .tar.gz)

TC_FXXPMIcon.rb @40768d70-2f6c-426c-9ba3-c4f02433a71b/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