Example #1
0
 /// <summary>
 /// 测试初始化
 /// </summary>
 public AlipayPagePayServiceTest(ITestOutputHelper output)
 {
     _output  = output;
     _service = new AlipayPagePayService(new TestConfigProvider());
 }