public void Initialize()
        {
            _theirResponse = _fixture.Create <TheirSchema>();

            _mapper = new GetDistanceResponseMapper();
        }
Beispiel #2
0
        public void Initialize()
        {
            _theirResponse = _fixture.Create <TheirSchema>();

            _mapper = new EstimatedTimeOfArrivalResponseMapper();
        }