Codebase list ruby-fxruby / da22422a-cc65-4419-b822-c67e6fde0fa2/upstream test / TC_FXMenuCommand.rb
da22422a-cc65-4419-b822-c67e6fde0fa2/upstream

Tree @da22422a-cc65-4419-b822-c67e6fde0fa2/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @da22422a-cc65-4419-b822-c67e6fde0fa2/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