Codebase list ruby-fxruby / a9506d6e-489e-43e9-a5f3-cb98c5292d43/main test / TC_FXMenuCommand.rb
a9506d6e-489e-43e9-a5f3-cb98c5292d43/main

Tree @a9506d6e-489e-43e9-a5f3-cb98c5292d43/main (Download .tar.gz)

TC_FXMenuCommand.rb @a9506d6e-489e-43e9-a5f3-cb98c5292d43/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