Codebase list ruby-fxruby / d24dac7c-843d-4079-ac12-2ee07ff744a0/upstream test / TC_FXMenuCommand.rb
d24dac7c-843d-4079-ac12-2ee07ff744a0/upstream

Tree @d24dac7c-843d-4079-ac12-2ee07ff744a0/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @d24dac7c-843d-4079-ac12-2ee07ff744a0/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