Codebase list ruby-fxruby / af19cafc-e8a1-410a-81b9-8a472bff0ce9/main test / TC_FXMenuCommand.rb
af19cafc-e8a1-410a-81b9-8a472bff0ce9/main

Tree @af19cafc-e8a1-410a-81b9-8a472bff0ce9/main (Download .tar.gz)

TC_FXMenuCommand.rb @af19cafc-e8a1-410a-81b9-8a472bff0ce9/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