Property | Type | Description | |
---|---|---|---|
_node | MiniNode |
Method | Description | |
---|---|---|
BuildConnection ( MiniNode node ) : IEventStoreConnection |
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 |
protected BuildConnection ( MiniNode node ) : IEventStoreConnection | ||
node | MiniNode | |
return | IEventStoreConnection |