Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
EventStore
Core
Tests
ClientAPI
append_to_stream
C# Class EventStore.Core.Tests.ClientAPI.append_to_stream
Inheritance:
SpecificationWithDirectoryPerTestFixture
显示文件
Open project: EventStore/EventStore
Protected Methods
Method
Description
BuildConnection
(
MiniNode
node
) :
IEventStoreConnection
Private Methods
Method
Description
TestFixtureSetUp
( ) :
void
TestFixtureTearDown
( ) :
void
can_append_multiple_events_at_once
( ) :
void
in_slightly_reasonable_multiple_case_of_multiple_writes_with_expected_version_per_all_same_id
( ) :
void
in_wtf_multiple_case_of_multiple_writes_expected_version_any_per_all_same_id
( ) :
void
multiple_idempotent_writes
( ) :
void
multiple_idempotent_writes_with_same_id_bug_case
( ) :
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_append_with_stream_exists_exp_ver_if_metadata_stream_exists
( ) :
void
should_append_with_stream_exists_exp_ver_to_existing_stream
( ) :
void
should_append_with_stream_exists_exp_ver_to_stream_with_multiple_events
( ) :
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_stream_exists_exp_ver_and_stream_does_not_exist
( ) :
void
should_fail_appending_with_stream_exists_exp_ver_to_hard_deleted_stream
( ) :
void
should_fail_appending_with_stream_exists_exp_ver_to_soft_deleted_stream
( ) :
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