Sha256: ca489d16bc2ccab6a8a96c3a1164f36d9c04721dc11edf1fb387878da269e506
Contents?: true
Size: 216 Bytes
Versions: 36
Compression:
Stored size: 216 Bytes
Contents
require 'test/unit' require 'testcase' require 'fox16' include Fox class TC_FXMenuCommand < TestCase def setup super(self.class.name) @menuCommand = FXMenuCommand.new(mainWindow, "menuCommand") end end
Version data entries
36 entries across 36 versions & 1 rubygems