Module Net::SSH::Test::Extensions::Channel
In: lib/net/ssh/test/extensions.rb

An extension to Net::SSH::Connection::Channel. Facilitates unit testing.

Methods

Public Instance methods

The testing version of Net::SSH::Connection::Channel#send_data. Calls the original implementation, and then immediately enqueues the data for output so that scripted sends are properly interpreted as discrete (rather than concatenated) data packets.

[Validate]