Codebase list ruby-fxruby / 9d9a764c-8573-45e2-a4b0-a5e74452a7a7/upstream test / TC_FXMenuCommand.rb
9d9a764c-8573-45e2-a4b0-a5e74452a7a7/upstream

Tree @9d9a764c-8573-45e2-a4b0-a5e74452a7a7/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @9d9a764c-8573-45e2-a4b0-a5e74452a7a7/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