C# Class EventStore.Core.Tests.ClientAPI.ssl_append_to_stream

Inheritance: SpecificationWithDirectoryPerTestFixture
Exibir arquivo Open project: EventStore/EventStore

Protected Properties

Property Type Description
_node MiniNode

Protected Methods

Method Description
BuildConnection ( MiniNode node ) : IEventStoreConnection

Private Methods

Method Description
TestFixtureSetUp ( ) : void
TestFixtureTearDown ( ) : void
can_append_multiple_events_at_once ( ) : void
should_allow_appending_zero_events_to_stream_with_no_problems ( ) : void
should_append_with_any_exp_ver_to_existing_stream ( ) : void
should_append_with_correct_exp_ver_to_existing_stream ( ) : void
should_create_stream_with_any_exp_ver_on_first_write_if_does_not_exist ( ) : void
should_create_stream_with_no_stream_exp_ver_on_first_write_if_does_not_exist ( ) : void
should_fail_appending_with_wrong_exp_ver_to_existing_stream ( ) : void
should_fail_writing_with_any_exp_ver_to_deleted_stream ( ) : void
should_fail_writing_with_correct_exp_ver_to_deleted_stream ( ) : void
should_fail_writing_with_invalid_exp_ver_to_deleted_stream ( ) : void
should_return_log_position_when_writing ( ) : void

Method Details

BuildConnection() protected method

protected BuildConnection ( MiniNode node ) : IEventStoreConnection
node MiniNode
return IEventStoreConnection

Property Details

_node protected_oe property

protected MiniNode _node
return MiniNode