Codebase list ruby-fxruby / 12e77b9e-e141-461f-8c41-54c8e546ab7b/upstream test / TC_FXMenuCommand.rb
12e77b9e-e141-461f-8c41-54c8e546ab7b/upstream

Tree @12e77b9e-e141-461f-8c41-54c8e546ab7b/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @12e77b9e-e141-461f-8c41-54c8e546ab7b/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