Class: ServerEchoCommand

Inherits:
Pantry::Commands::Echo show all
Defined in:
lib/pantry/test/acceptance.rb

Overview

Set up a Server-only echo command so we can differentiate between Client requests and Server requests in the acceptance tests.

Method Summary

Methods inherited from Pantry::Commands::Echo

#initialize, #perform, #receive_client_response, #to_message

Methods inherited from Pantry::Command

command, #finished, #finished?, #initialize, message_type, #perform, #prepare_message, #receive_client_response, #receive_response, #receive_server_response, #send_request, #send_request!, #server_or_client, #server_or_client=, #to_message, #wait_for_finish

Constructor Details

This class inherits a constructor from Pantry::Commands::Echo