C# Class when_not_including_links.when_reading

Inheritance: TestFixtureWithEventReaderService
Mostra file Open project: EventStore/EventStore

Protected Properties

Property Type Description
_readerStrategy IReaderStrategy
_readerSubscriptionOptions EventStore.Projections.Core.Services.Processing.ReaderSubscriptionOptions
_subscriptionId System.Guid

Protected Methods

Method Description
Given ( ) : void
GivenHeadingReaderRunning ( ) : bool
When ( ) : IEnumerable

Private Methods

Method Description
returns_non_linked_events ( ) : void

Method Details

Given() protected method

protected Given ( ) : void
return void

GivenHeadingReaderRunning() protected method

protected GivenHeadingReaderRunning ( ) : bool
return bool

When() protected method

protected When ( ) : IEnumerable
return IEnumerable

Property Details

_readerStrategy protected_oe property

protected IReaderStrategy _readerStrategy
return IReaderStrategy

_readerSubscriptionOptions protected_oe property

protected ReaderSubscriptionOptions,EventStore.Projections.Core.Services.Processing _readerSubscriptionOptions
return EventStore.Projections.Core.Services.Processing.ReaderSubscriptionOptions

_subscriptionId protected_oe property

protected Guid,System _subscriptionId
return System.Guid