Codebase list ruby-fxruby / run/47f8a58d-e989-4a86-99f8-1758819dc7f0/main test / TC_FXMenuCommand.rb
run/47f8a58d-e989-4a86-99f8-1758819dc7f0/main

Tree @run/47f8a58d-e989-4a86-99f8-1758819dc7f0/main (Download .tar.gz)

TC_FXMenuCommand.rb @run/47f8a58d-e989-4a86-99f8-1758819dc7f0/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