Codebase list ruby-fxruby / run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/main test / TC_FXMenuCommand.rb
run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/main

Tree @run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/main (Download .tar.gz)

TC_FXMenuCommand.rb @run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/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