Codebase list ruby-fxruby / 02c14550-2050-494d-bc12-813e7e8e09b7/main test / TC_FXMenuCommand.rb
02c14550-2050-494d-bc12-813e7e8e09b7/main

Tree @02c14550-2050-494d-bc12-813e7e8e09b7/main (Download .tar.gz)

TC_FXMenuCommand.rb @02c14550-2050-494d-bc12-813e7e8e09b7/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