Codebase list ruby-fxruby / f2142f7b-79b7-4d17-b6ba-e115f4ec56e1/upstream test / TC_FXMenuCommand.rb
f2142f7b-79b7-4d17-b6ba-e115f4ec56e1/upstream

Tree @f2142f7b-79b7-4d17-b6ba-e115f4ec56e1/upstream (Download .tar.gz)

TC_FXMenuCommand.rb @f2142f7b-79b7-4d17-b6ba-e115f4ec56e1/upstreamraw · 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