Codebase list ruby-fxruby / dad1d7ef-526a-41a7-9b7b-2700e94594cf/main test / TC_FXMenuCommand.rb
dad1d7ef-526a-41a7-9b7b-2700e94594cf/main

Tree @dad1d7ef-526a-41a7-9b7b-2700e94594cf/main (Download .tar.gz)

TC_FXMenuCommand.rb @dad1d7ef-526a-41a7-9b7b-2700e94594cf/mainraw · 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