Exemplo n.º 1
0
 public void Setup()
 {
     requestFactory = new Mock <IHttpRequestSender>();
     config         = new Configuration {
         VendorName = "TestVendor"
     };
     registration = new RefundRegistrar(config, requestFactory.Object);
 }
		public void Setup() {
			requestFactory = new Mock<IHttpRequestSender>();
			config = new Configuration {VendorName = "TestVendor"};
			registration = new RefundRegistrar(config, requestFactory.Object);
		}