C# Class Akka.Tests.IO.TcpIntegrationSpec

Inheritance: AkkaSpec
Mostra file Open project: rogeralsing/akka.net

Public Methods

Method Description
TcpIntegrationSpec ( ) : System

Private Methods

Method Description
ChitChat ( TestSetup actors, int rounds = 100 ) : void
The_TCP_transport_implementation_dont_report_Connected_when_endpoint_isnt_responding ( ) : void
The_TCP_transport_implementation_handle_tcp_connection_actor_death_properly ( ) : void
The_TCP_transport_implementation_should_allow_connecting_to_and_disconnecting_from_the_test_server ( ) : void
The_TCP_transport_implementation_should_properly_bind_a_test_server ( ) : void
The_TCP_transport_implementation_should_properly_complete_one_client_server_request_response_cycle ( ) : void
The_TCP_transport_implementation_should_properly_handle_connection_abort_from_client_side ( ) : void
The_TCP_transport_implementation_should_properly_handle_connection_abort_from_client_side_after_chit_chat ( ) : void
The_TCP_transport_implementation_should_properly_handle_connection_abort_via_PoisonPill_from_client_side ( ) : void
The_TCP_transport_implementation_should_properly_handle_connection_abort_via_PoisonPill_from_client_side_after_chit_chat ( ) : void
The_TCP_transport_implementation_should_properly_handle_connection_abort_via_PoisonPill_from_server_side ( ) : void
The_TCP_transport_implementation_should_properly_handle_connection_abort_via_PoisonPill_from_server_side_after_chit_chat ( ) : void
The_TCP_transport_implementation_should_support_waiting_for_writes_with_backpressure ( ) : void
VerifyActorTermination ( IActorRef actor ) : void

Method Details

TcpIntegrationSpec() public method

public TcpIntegrationSpec ( ) : System
return System