Codebase list ruby-fxruby / a7648430-de30-43e3-bfa2-62f1cace7689/upstream test / TC_FXMenuCommand.rb
a7648430-de30-43e3-bfa2-62f1cace7689/upstream

Tree @a7648430-de30-43e3-bfa2-62f1cace7689/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @a7648430-de30-43e3-bfa2-62f1cace7689/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