You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/InstrumentIdentifierApiTests.cs
+8-4
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,8 @@ public void GetInstrumentIdentifierTest()
86
86
// TODO uncomment below to test the method and replace null with proper value
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/PaymentInstrumentApiTests.cs
+6-3
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,8 @@ public void GetPaymentInstrumentTest()
86
86
// TODO uncomment below to test the method and replace null with proper value
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/CreatePaymentRequestTests.cs
+8
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,14 @@ public void RecurringPaymentInformationTest()
273
273
// TODO unit test for the property 'RecurringPaymentInformation'
274
274
}
275
275
/// <summary>
276
+
/// Test the property 'UnscheduledPaymentInformation'
277
+
/// </summary>
278
+
[Test]
279
+
publicvoidUnscheduledPaymentInformationTest()
280
+
{
281
+
// TODO unit test for the property 'UnscheduledPaymentInformation'
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/GenerateCaptureContextRequestTests.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,12 @@ public void AllowedCardNetworksTest()
89
89
// TODO unit test for the property 'AllowedCardNetworks'
90
90
}
91
91
/// <summary>
92
-
/// Test the property 'CheckoutApiInitialization'
92
+
/// Test the property 'AllowedPaymentTypes'
93
93
/// </summary>
94
94
[Test]
95
-
publicvoidCheckoutApiInitializationTest()
95
+
publicvoidAllowedPaymentTypesTest()
96
96
{
97
-
// TODO unit test for the property 'CheckoutApiInitialization'
97
+
// TODO unit test for the property 'AllowedPaymentTypes'
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/GenerateUnifiedCheckoutCaptureContextRequestTests.cs
-8
Original file line number
Diff line number
Diff line change
@@ -128,14 +128,6 @@ public void OrderInformationTest()
128
128
{
129
129
// TODO unit test for the property 'OrderInformation'
130
130
}
131
-
/// <summary>
132
-
/// Test the property 'CheckoutApiInitialization'
133
-
/// </summary>
134
-
[Test]
135
-
publicvoidCheckoutApiInitializationTest()
136
-
{
137
-
// TODO unit test for the property 'CheckoutApiInitialization'
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/Microformv2sessionsCheckoutApiInitializationTests.cs
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/OctCreatePaymentRequestTests.cs
+8
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,14 @@ public void PaymentInformationTest()
120
120
{
121
121
// TODO unit test for the property 'PaymentInformation'
122
122
}
123
+
/// <summary>
124
+
/// Test the property 'AggregatorInformation'
125
+
/// </summary>
126
+
[Test]
127
+
publicvoidAggregatorInformationTest()
128
+
{
129
+
// TODO unit test for the property 'AggregatorInformation'
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PatchInstrumentIdentifierRequestTests.cs
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PostInstrumentIdentifierEnrollmentRequestTests.cs
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PostInstrumentIdentifierRequestTests.cs
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PtsV2IncrementalAuthorizationPatch201ResponseProcessorInformationTests.cs
+8
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,14 @@ public void MerchantAdviceTest()
121
121
// TODO unit test for the property 'MerchantAdvice'
122
122
}
123
123
/// <summary>
124
+
/// Test the property 'MerchantRiskPrediction'
125
+
/// </summary>
126
+
[Test]
127
+
publicvoidMerchantRiskPredictionTest()
128
+
{
129
+
// TODO unit test for the property 'MerchantRiskPrediction'
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationTests.cs
+8
Original file line number
Diff line number
Diff line change
@@ -361,6 +361,14 @@ public void DirectoryServerTransactionIdTest()
361
361
// TODO unit test for the property 'DirectoryServerTransactionId'
362
362
}
363
363
/// <summary>
364
+
/// Test the property 'DataQualityIndicator'
365
+
/// </summary>
366
+
[Test]
367
+
publicvoidDataQualityIndicatorTest()
368
+
{
369
+
// TODO unit test for the property 'DataQualityIndicator'
0 commit comments