Codebase list ruby-fxruby / 6ec70d3b-2477-47ba-8425-1c87fab0116a/main test / TC_FXMenuCommand.rb
6ec70d3b-2477-47ba-8425-1c87fab0116a/main

Tree @6ec70d3b-2477-47ba-8425-1c87fab0116a/main (Download .tar.gz)

TC_FXMenuCommand.rb @6ec70d3b-2477-47ba-8425-1c87fab0116a/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