Codebase list ruby-fxruby / 213220e0-2171-4079-ab36-278a01a5d0f6/main test / TC_FXXPMIcon.rb
213220e0-2171-4079-ab36-278a01a5d0f6/main

Tree @213220e0-2171-4079-ab36-278a01a5d0f6/main (Download .tar.gz)

TC_FXXPMIcon.rb @213220e0-2171-4079-ab36-278a01a5d0f6/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