C# Class creating.specification_with_write_query_result_projection_processing_phase

Mostra file Open project: EventStore/EventStore

Protected Properties

Property Type Description
_checkpointManager EventStore.Projections.Core.Tests.Services.core_projection.multi_phase.specification_with_multi_phase_core_projection.FakeCheckpointManager
_coreProjection EventStore.Projections.Core.Tests.Services.core_projection.checkpoint_manager.FakeCoreProjection
_emittedStreamsTracker EventStore.Projections.Core.Tests.Services.core_projection.multi_phase.specification_with_multi_phase_core_projection.FakeEmittedStreamsTracker
_phase EventStore.Projections.Core.Services.Processing.WriteQueryResultProjectionProcessingPhase
_publisher InMemoryBus
_resultStreamName string
_stateCache EventStore.Projections.Core.Services.Processing.PartitionStateCache

Protected Methods

Method Description
GivenStateCache ( ) : EventStore.Projections.Core.Services.Processing.PartitionStateCache
When ( ) : void

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void

Method Details

GivenStateCache() protected method

protected GivenStateCache ( ) : EventStore.Projections.Core.Services.Processing.PartitionStateCache
return EventStore.Projections.Core.Services.Processing.PartitionStateCache

When() protected abstract method

protected abstract When ( ) : void
return void

Property Details

_checkpointManager protected_oe property

protected specification_with_multi_phase_core_projection.FakeCheckpointManager,EventStore.Projections.Core.Tests.Services.core_projection.multi_phase _checkpointManager
return EventStore.Projections.Core.Tests.Services.core_projection.multi_phase.specification_with_multi_phase_core_projection.FakeCheckpointManager

_coreProjection protected_oe property

protected FakeCoreProjection,EventStore.Projections.Core.Tests.Services.core_projection.checkpoint_manager _coreProjection
return EventStore.Projections.Core.Tests.Services.core_projection.checkpoint_manager.FakeCoreProjection

_emittedStreamsTracker protected_oe property

protected specification_with_multi_phase_core_projection.FakeEmittedStreamsTracker,EventStore.Projections.Core.Tests.Services.core_projection.multi_phase _emittedStreamsTracker
return EventStore.Projections.Core.Tests.Services.core_projection.multi_phase.specification_with_multi_phase_core_projection.FakeEmittedStreamsTracker

_phase protected_oe property

protected WriteQueryResultProjectionProcessingPhase,EventStore.Projections.Core.Services.Processing _phase
return EventStore.Projections.Core.Services.Processing.WriteQueryResultProjectionProcessingPhase

_publisher protected_oe property

protected InMemoryBus _publisher
return InMemoryBus

_resultStreamName protected_oe property

protected string _resultStreamName
return string

_stateCache protected_oe property

protected PartitionStateCache,EventStore.Projections.Core.Services.Processing _stateCache
return EventStore.Projections.Core.Services.Processing.PartitionStateCache