Codebase list ruby-fxruby / d9c59338-f18b-4fad-8a1a-1ff5da989958/main test / TC_FXMenuCommand.rb
d9c59338-f18b-4fad-8a1a-1ff5da989958/main

Tree @d9c59338-f18b-4fad-8a1a-1ff5da989958/main (Download .tar.gz)

TC_FXMenuCommand.rb @d9c59338-f18b-4fad-8a1a-1ff5da989958/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