Codebase list ruby-fxruby / run/d257dcbe-9b65-42aa-abfd-4b333409080e/main test / TC_FXMenuCommand.rb
run/d257dcbe-9b65-42aa-abfd-4b333409080e/main

Tree @run/d257dcbe-9b65-42aa-abfd-4b333409080e/main (Download .tar.gz)

TC_FXMenuCommand.rb @run/d257dcbe-9b65-42aa-abfd-4b333409080e/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