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

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

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