public virtual void SetUp()
 {
     _postNordClientMock = new Mock<IPostNordClient>();
     _sut = new DeliveryLocationsController(_postNordClientMock.Object);
 }
コード例 #2
0
 public virtual void SetUp()
 {
     _postNordClientMock = new Mock <IPostNordClient>();
     _sut = new DeliveryLocationsController(_postNordClientMock.Object);
 }