Codebase list ruby-fxruby / 5c2d0227-fc30-4ad3-b307-ed5ef791dacb/main test / TC_FXMenuCommand.rb
5c2d0227-fc30-4ad3-b307-ed5ef791dacb/main

Tree @5c2d0227-fc30-4ad3-b307-ed5ef791dacb/main (Download .tar.gz)

TC_FXMenuCommand.rb @5c2d0227-fc30-4ad3-b307-ed5ef791dacb/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