Codebase list ruby-fxruby / a746a243-50e5-4e96-b8b2-3946778547bb/main test / TC_FXMenuCommand.rb
a746a243-50e5-4e96-b8b2-3946778547bb/main

Tree @a746a243-50e5-4e96-b8b2-3946778547bb/main (Download .tar.gz)

TC_FXMenuCommand.rb @a746a243-50e5-4e96-b8b2-3946778547bb/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