Class | Net::SSH::Test::Socket |
In: |
lib/net/ssh/test/socket.rb
|
Parent: | StringIO |
A mock socket implementation for use in testing. It implements the minimum necessary interface for interacting with the rest of the Net::SSH::Test system.
host | [R] | |
port | [R] | |
script | [R] | The Net::SSH::Test::Script object in use by this socket. This is the canonical script instance that should be used for any test depending on this socket instance. |
Create a new test socket. This will also instantiate a new Net::SSH::Test::Script and seed it with the necessary events to power the initialization of the connection.