Codebase list ruby-fxruby / e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main test / TC_FXMenuCommand.rb
e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main

Tree @e3aeab84-6f99-48f1-9741-8ee1f4db26b1/main (Download .tar.gz)

TC_FXMenuCommand.rb @e3aeab84-6f99-48f1-9741-8ee1f4db26b1/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