Exemplo n.º 1
0
 public NodeContainerAffixTests(IEventStore eventStore, ICommandDispatcher commandDispatcher, IQueryDispatcher queryDispatcher, IExternalEventProducer externalEventProducer)
 {
     _eventStore            = eventStore;
     _commandDispatcher     = commandDispatcher;
     _queryDispatcher       = queryDispatcher;
     _externalEventProducer = (FakeExternalEventProducer)externalEventProducer;
 }
Exemplo n.º 2
0
        public SpanStructureRemovalTests(IEventStore eventStore, ICommandDispatcher commandDispatcher, IQueryDispatcher queryDispatcher, IExternalEventProducer externalEventProducer)
        {
            _eventStore            = eventStore;
            _commandDispatcher     = commandDispatcher;
            _queryDispatcher       = queryDispatcher;
            _externalEventProducer = (FakeExternalEventProducer)externalEventProducer;

            new TestSpecifications(_commandDispatcher, _queryDispatcher).Run();
            new TestUtilityNetwork(_commandDispatcher, _queryDispatcher).Run();
        }
Exemplo n.º 3
0
        public GetEquipmentDetailsQueryTests(IEventStore eventStore, ICommandDispatcher commandDispatcher, IQueryDispatcher queryDispatcher, IExternalEventProducer externalEventProducer)
        {
            _eventStore            = eventStore;
            _commandDispatcher     = commandDispatcher;
            _queryDispatcher       = queryDispatcher;
            _externalEventProducer = (FakeExternalEventProducer)externalEventProducer;

            new TestSpecifications(_commandDispatcher, _queryDispatcher).Run();
            new TestUtilityNetwork(_commandDispatcher, _queryDispatcher).Run();
        }
        public NodeContainerReverseVerticalAlignmentTests(IEventStore eventStore, ICommandDispatcher commandDispatcher, IQueryDispatcher queryDispatcher, IExternalEventProducer externalEventProducer)
        {
            _eventStore            = eventStore;
            _commandDispatcher     = commandDispatcher;
            _queryDispatcher       = queryDispatcher;
            _externalEventProducer = (FakeExternalEventProducer)externalEventProducer;

            new TestSpecifications(_commandDispatcher, _queryDispatcher).Run();
            new TestUtilityNetwork(_commandDispatcher, _queryDispatcher).Run();
        }
 public NodeContainerPlacementTests(ICommandDispatcher commandDispatcher, IQueryDispatcher queryDispatcher, IExternalEventProducer externalEventProducer)
 {
     _commandDispatcher     = commandDispatcher;
     _queryDispatcher       = queryDispatcher;
     _externalEventProducer = (FakeExternalEventProducer)externalEventProducer;
 }
Exemplo n.º 6
0
 public SpanEquipmentPlacementTests(ICommandDispatcher commandDispatcher, IQueryDispatcher queryDispatcher, IExternalEventProducer externalEventProducer)
 {
     _commandDispatcher     = commandDispatcher;
     _queryDispatcher       = queryDispatcher;
     _externalEventProducer = (FakeExternalEventProducer)externalEventProducer;
 }