Codebase list ruby-fxruby / 0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main test / TC_FXMenuCommand.rb
0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main

Tree @0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main (Download .tar.gz)

TC_FXMenuCommand.rb @0bd958a8-dc25-4dc6-88ad-0eea1021b47d/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