コード例 #1
0
 @Test(priority = 12)
 public void setAndGetEndPointUrlTest() {
   httpConf.setEndPointUrl("https://svcs.sandbox.paypal.com/Invoice/CreateInvoice");
   Assert.assertEquals(
       httpConf.getEndPointUrl(), "https://svcs.sandbox.paypal.com/Invoice/CreateInvoice");
 }
コード例 #2
0
 @Test(priority = 1)
 public void getEndPointUrlTest() {
   Assert.assertEquals(httpConf.getEndPointUrl(), null);
 }