Codebase list ruby-fxruby / df01385c-e530-4672-8ccc-4904e8a7dedd/upstream/1.6.45+git20221125.1.7d76b2a test / TC_FXMenuCommand.rb
df01385c-e530-4672-8ccc-4904e8a7dedd/upstream/1.6.45+git20221125.1.7d76b2a

Tree @df01385c-e530-4672-8ccc-4904e8a7dedd/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

TC_FXMenuCommand.rb @df01385c-e530-4672-8ccc-4904e8a7dedd/upstream/1.6.45+git20221125.1.7d76b2araw · 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