Exemplo n.º 1
0
 public EndpointTest()
 {
     this.Config  = new EndpointTestConfig();
     this.context = new EndpointTestContext(this, this.Config);
 }
Exemplo n.º 2
0
 public ProcessPaymentSteps(EndpointTestContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public RetrivePaymentSteps(EndpointTestContext context)
 {
     this._context = context;
 }