C# Класс EventStore.Core.Tests.ClientAPI.ssl_append_to_stream

Наследование: SpecificationWithDirectoryPerTestFixture
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_node MiniNode

Защищенные методы

Метод Описание
BuildConnection ( MiniNode node ) : IEventStoreConnection

Приватные методы

Метод Описание
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

Описание методов

BuildConnection() защищенный Метод

protected BuildConnection ( MiniNode node ) : IEventStoreConnection
node MiniNode
Результат IEventStoreConnection

Описание свойств

_node защищенное свойство

protected MiniNode _node
Результат MiniNode