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

Inheritance: SpecificationWithDirectoryPerTestFixture
Mostra file Open project: EventStore/EventStore

Protected Methods

Method Description
BuildConnection ( MiniNode node ) : IEventStoreConnection

Private Methods

Method Description
TestFixtureSetUp ( ) : void
TestFixtureTearDown ( ) : void
allow_multiple_subscriptions_to_same_stream ( ) : void
be_able_to_subscribe_to_non_existing_stream ( ) : void
be_able_to_subscribe_to_non_existing_stream_and_then_catch_event ( ) : void
call_dropped_callback_after_stop_method_call ( ) : void
call_dropped_callback_when_an_error_occurs_while_processing_an_event ( ) : void
filter_events_and_keep_listening_to_new_ones ( ) : void
filter_events_and_work_if_nothing_was_written_after_subscription ( ) : void
read_all_existing_events_and_keep_listening_to_new_ones ( ) : void

Method Details

BuildConnection() protected method

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