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

Inheritance: SpecificationWithDirectoryPerTestFixture
显示文件 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_and_then_catch_new_event ( ) : void
call_dropped_callback_after_unsubscribe_method_call ( ) : void
catch_deleted_events_as_well ( ) : void

Method Details

BuildConnection() protected method

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