# File lib/em/protocols/tcptest.rb, line 34
      def self.test( host, port )
        EventMachine.connect( host, port, self )
      end