Codebase list ruby-fxruby / afc95297-b715-46f2-80bf-e29cc3a2b06b/main test / TC_FXMenuCommand.rb
afc95297-b715-46f2-80bf-e29cc3a2b06b/main

Tree @afc95297-b715-46f2-80bf-e29cc3a2b06b/main (Download .tar.gz)

TC_FXMenuCommand.rb @afc95297-b715-46f2-80bf-e29cc3a2b06b/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