Codebase list ruby-fxruby / run/4aa9b762-28ad-43f6-adae-3737db5bded3/main test / TC_FXMenuCommand.rb
run/4aa9b762-28ad-43f6-adae-3737db5bded3/main

Tree @run/4aa9b762-28ad-43f6-adae-3737db5bded3/main (Download .tar.gz)

TC_FXMenuCommand.rb @run/4aa9b762-28ad-43f6-adae-3737db5bded3/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