Codebase list ruby-fxruby / e0d51cbb-e718-4249-9d88-9ac77d2a88f9/upstream/1.6.45+git20230102.1.821f5a9 test / TC_FXMenuCommand.rb
e0d51cbb-e718-4249-9d88-9ac77d2a88f9/upstream/1.6.45+git20230102.1.821f5a9

Tree @e0d51cbb-e718-4249-9d88-9ac77d2a88f9/upstream/1.6.45+git20230102.1.821f5a9 (Download .tar.gz)

TC_FXMenuCommand.rb @e0d51cbb-e718-4249-9d88-9ac77d2a88f9/upstream/1.6.45+git20230102.1.821f5a9raw · history · blame

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

class TC_FXMenuCommand < Fox::TestCase
  include Fox

  def setup
    super(self.class.name)
    @menuCommand = FXMenuCommand.new(mainWindow, "menuCommand")
  end
end