Codebase list ruby-fxruby / 26d430eb-818e-465d-b650-12ea01565136/upstream test / TC_FXMenuCommand.rb
26d430eb-818e-465d-b650-12ea01565136/upstream

Tree @26d430eb-818e-465d-b650-12ea01565136/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @26d430eb-818e-465d-b650-12ea01565136/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