Codebase list ruby-fxruby / run/f762db3d-88aa-4cf6-acc2-33e3fa65a958/upstream test / TC_FXMenuCommand.rb
run/f762db3d-88aa-4cf6-acc2-33e3fa65a958/upstream

Tree @run/f762db3d-88aa-4cf6-acc2-33e3fa65a958/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @run/f762db3d-88aa-4cf6-acc2-33e3fa65a958/upstreamraw · 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