Codebase list ruby-fxruby / fa70a2a1-3128-4de3-b980-7bc63e073482/main test / TC_FXMenuCommand.rb
fa70a2a1-3128-4de3-b980-7bc63e073482/main

Tree @fa70a2a1-3128-4de3-b980-7bc63e073482/main (Download .tar.gz)

TC_FXMenuCommand.rb @fa70a2a1-3128-4de3-b980-7bc63e073482/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