Codebase list ruby-fxruby / 5df796c1-c66c-4570-85a6-93be32ec26c8/main test / TC_FXMenuCommand.rb
5df796c1-c66c-4570-85a6-93be32ec26c8/main

Tree @5df796c1-c66c-4570-85a6-93be32ec26c8/main (Download .tar.gz)

TC_FXMenuCommand.rb @5df796c1-c66c-4570-85a6-93be32ec26c8/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