C# 클래스 EventStore.Core.Tests.ClientAPI.ssl_append_to_stream

상속: SpecificationWithDirectoryPerTestFixture
파일 보기 프로젝트 열기: EventStore/EventStore

보호된 프로퍼티들

프로퍼티 타입 설명
_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