Codebase list ruby-fxruby / 9f4456fc-32ad-43a9-a608-20ce7e4383cd/upstream test / TC_FXMenuCommand.rb
9f4456fc-32ad-43a9-a608-20ce7e4383cd/upstream

Tree @9f4456fc-32ad-43a9-a608-20ce7e4383cd/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @9f4456fc-32ad-43a9-a608-20ce7e4383cd/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