Codebase list ruby-fxruby / 412bb8c3-a85f-4640-b740-96587ed4f3ab/upstream test / TC_FXMenuCommand.rb
412bb8c3-a85f-4640-b740-96587ed4f3ab/upstream

Tree @412bb8c3-a85f-4640-b740-96587ed4f3ab/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @412bb8c3-a85f-4640-b740-96587ed4f3ab/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