Пример #1
0
        public HandlerTests(PmQueryTestFixture fixture)
        {
            var signalRObject = new Mock <ISignalRHubAggregator>();

            _context = fixture.Context;
            _handler = new Handler(fixture.Context, fixture.AdminRequestContext, fixture.Mapper,
                                   signalRObject.Object);
        }
Пример #2
0
 public HandlerTests(PmQueryTestFixture fixture)
 {
     _handler = new Handler(fixture.Context, fixture.AdminRequestContext);
 }
Пример #3
0
 public ValidatorTests(PmQueryTestFixture fixture)
 {
     _validator = new Validator();
 }