Codebase list ruby-fxruby / 7de4f4dd-d47c-40ec-9420-f566611aaf23/main test / TC_FXMenuCommand.rb
7de4f4dd-d47c-40ec-9420-f566611aaf23/main

Tree @7de4f4dd-d47c-40ec-9420-f566611aaf23/main (Download .tar.gz)

TC_FXMenuCommand.rb @7de4f4dd-d47c-40ec-9420-f566611aaf23/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