Codebase list ruby-fxruby / 67480480-e2c2-46e3-bc0e-08ff055c738a/main test / TC_FXMenuCommand.rb
67480480-e2c2-46e3-bc0e-08ff055c738a/main

Tree @67480480-e2c2-46e3-bc0e-08ff055c738a/main (Download .tar.gz)

TC_FXMenuCommand.rb @67480480-e2c2-46e3-bc0e-08ff055c738a/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