Codebase list ruby-fxruby / run/3ac7152a-ab2f-4628-b250-ba7cef029b84/upstream test / TC_FXMenuCommand.rb
run/3ac7152a-ab2f-4628-b250-ba7cef029b84/upstream

Tree @run/3ac7152a-ab2f-4628-b250-ba7cef029b84/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @run/3ac7152a-ab2f-4628-b250-ba7cef029b84/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