@@ -29,7 +29,7 @@ def testPropertyFromFile(self):
29
29
self .assertIsNotNone (transactionkey )
30
30
31
31
class test_TransactionReportingUnitTest (apitestbase .ApiTestBase ):
32
- '''
32
+
33
33
def testGetTransactionDetails (self ):
34
34
35
35
gettransactiondetailsrequest = apicontractsv1 .getTransactionDetailsRequest ()
@@ -39,7 +39,7 @@ def testGetTransactionDetails(self):
39
39
gettransactiondetailscontroller .execute ()
40
40
response = gettransactiondetailscontroller .getresponse ()
41
41
self .assertEquals ('Ok' , response .messages .resultCode )
42
- '''
42
+
43
43
class test_RecurringBillingTest (apitestbase .ApiTestBase ):
44
44
45
45
def testCreateSubscription (self ):
@@ -53,7 +53,7 @@ def testCreateSubscription(self):
53
53
response = arbcreatesubscriptioncontroller .getresponse ()
54
54
self .assertIsNotNone (response .subscriptionId )
55
55
self .assertEquals ('Ok' , response .messages .resultCode )
56
- '''
56
+
57
57
def testcancelSubscription (self ):
58
58
59
59
cancelsubscriptionrequest = apicontractsv1 .ARBCancelSubscriptionRequest ()
@@ -64,7 +64,7 @@ def testcancelSubscription(self):
64
64
cancelsubscriptioncontroller .execute ()
65
65
response = cancelsubscriptioncontroller .getresponse ()
66
66
self .assertEquals ('Ok' , response .messages .resultCode )
67
- '''
67
+
68
68
class paymentTransactionUnitTest (apitestbase .ApiTestBase ):
69
69
70
70
def testauthCaputureTransaction (self ):
0 commit comments