Codebase list ruby-fxruby / run/3ac7152a-ab2f-4628-b250-ba7cef029b84/main test / TC_FXMenuCommand.rb
run/3ac7152a-ab2f-4628-b250-ba7cef029b84/main

Tree @run/3ac7152a-ab2f-4628-b250-ba7cef029b84/main (Download .tar.gz)

TC_FXMenuCommand.rb @run/3ac7152a-ab2f-4628-b250-ba7cef029b84/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