Codebase list ruby-fxruby / run/aa4c1343-5bb9-452f-ab3a-6b23547dc6ea/upstream test / TC_FXMenuCommand.rb
run/aa4c1343-5bb9-452f-ab3a-6b23547dc6ea/upstream

Tree @run/aa4c1343-5bb9-452f-ab3a-6b23547dc6ea/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @run/aa4c1343-5bb9-452f-ab3a-6b23547dc6ea/upstreamraw · 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