Codebase list ruby-fxruby / run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/main test / TC_FXMenuCommand.rb
run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/main

Tree @run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/main (Download .tar.gz)

TC_FXMenuCommand.rb @run/3d5a4e82-a43d-42a1-b45b-3cdbad1db042/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