C# Class ServiceStack.WebHost.Endpoints.Tests.UseCases.EncryptedMessagesTests

Exibir arquivo Open project: ServiceStack/ServiceStack

Protected Methods

Method Description
CreateClient ( ) : IJsonServiceClient
EncryptedMessagesTests ( ) : System

Private Methods

Method Description
Can_Authenticate_then_call_AuthOnly_Services_with_ServiceClients_Perm ( ) : void
Can_Authenticate_then_call_AuthOnly_Services_with_ServiceClients_Temp ( ) : void
Can_Send_Encrypted_Message ( ) : void
Can_Send_Encrypted_Message_with_ServiceClients ( ) : void
Can_Send_Encrypted_OneWay_Message_with_ServiceClients ( ) : void
Can_authenticate_and_call_authenticated_Service ( ) : void
Can_call_GET_only_Services ( ) : void
Can_send_PublishAll_requests ( ) : void
Can_send_auto_batched_requests ( ) : void
Can_send_encrypted_messages_with_old_registered_PublicKey ( ) : void
Can_send_large_messages ( ) : void
Does_handle_Exceptions ( ) : void
Does_populate_Request_metadata ( ) : void
Does_throw_on_old_messages ( ) : void
Does_throw_on_replayed_messages ( ) : void
Fails_when_sending_invalid_KeyId ( ) : void
TestFixtureTearDown ( ) : void

Method Details

CreateClient() protected abstract method

protected abstract CreateClient ( ) : IJsonServiceClient
return IJsonServiceClient

EncryptedMessagesTests() protected method

protected EncryptedMessagesTests ( ) : System
return System