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