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/CustomerPaymentInstrumentApiTests.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ public void GetCustomerPaymentInstrumentTest()
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/CustomerShippingAddressApiTests.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ public void GetCustomerShippingAddressTest()
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/InstrumentIdentifierApiTests.cs
+4-4
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ public void GetInstrumentIdentifierTest()
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/KeymanagementpasswordApiTests.cs
+7-7
Original file line number
Diff line number
Diff line change
@@ -24,24 +24,24 @@
24
24
namespaceCyberSource.Test
25
25
{
26
26
/// <summary>
27
-
/// Class for testing KeymanagementpasswordApi
27
+
/// Class for testing KeyManagementPasswordApi
28
28
/// </summary>
29
29
/// <remarks>
30
30
/// This file is automatically generated by Swagger Codegen.
31
31
/// Please update the test case below to test the API endpoint.
32
32
/// </remarks>
33
33
[TestFixture]
34
-
publicclassKeymanagementpasswordApiTests
34
+
publicclassKeyManagementPasswordApiTests
35
35
{
36
-
privateKeymanagementpasswordApiinstance;
36
+
privateKeyManagementPasswordApiinstance;
37
37
38
38
/// <summary>
39
39
/// Setup before each unit test
40
40
/// </summary>
41
41
[SetUp]
42
42
publicvoidInit()
43
43
{
44
-
instance=newKeymanagementpasswordApi();
44
+
instance=newKeyManagementPasswordApi();
45
45
}
46
46
47
47
/// <summary>
@@ -54,13 +54,13 @@ public void Cleanup()
54
54
}
55
55
56
56
/// <summary>
57
-
/// Test an instance of KeymanagementpasswordApi
57
+
/// Test an instance of KeyManagementPasswordApi
58
58
/// </summary>
59
59
[Test]
60
60
publicvoidInstanceTest()
61
61
{
62
-
// TODO uncomment below to test 'IsInstanceOfType' KeymanagementpasswordApi
63
-
//Assert.IsInstanceOfType(typeof(KeymanagementpasswordApi), instance, "instance is a KeymanagementpasswordApi");
62
+
// TODO uncomment below to test 'IsInstanceOfType' KeyManagementPasswordApi
63
+
//Assert.IsInstanceOfType(typeof(KeyManagementPasswordApi), instance, "instance is a KeyManagementPasswordApi");
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/KeymanagementpgpApiTests.cs
+7-7
Original file line number
Diff line number
Diff line change
@@ -24,24 +24,24 @@
24
24
namespaceCyberSource.Test
25
25
{
26
26
/// <summary>
27
-
/// Class for testing KeymanagementpgpApi
27
+
/// Class for testing KeyManagementPgpApi
28
28
/// </summary>
29
29
/// <remarks>
30
30
/// This file is automatically generated by Swagger Codegen.
31
31
/// Please update the test case below to test the API endpoint.
32
32
/// </remarks>
33
33
[TestFixture]
34
-
publicclassKeymanagementpgpApiTests
34
+
publicclassKeyManagementPgpApiTests
35
35
{
36
-
privateKeymanagementpgpApiinstance;
36
+
privateKeyManagementPgpApiinstance;
37
37
38
38
/// <summary>
39
39
/// Setup before each unit test
40
40
/// </summary>
41
41
[SetUp]
42
42
publicvoidInit()
43
43
{
44
-
instance=newKeymanagementpgpApi();
44
+
instance=newKeyManagementPgpApi();
45
45
}
46
46
47
47
/// <summary>
@@ -54,13 +54,13 @@ public void Cleanup()
54
54
}
55
55
56
56
/// <summary>
57
-
/// Test an instance of KeymanagementpgpApi
57
+
/// Test an instance of KeyManagementPgpApi
58
58
/// </summary>
59
59
[Test]
60
60
publicvoidInstanceTest()
61
61
{
62
-
// TODO uncomment below to test 'IsInstanceOfType' KeymanagementpgpApi
63
-
//Assert.IsInstanceOfType(typeof(KeymanagementpgpApi), instance, "instance is a KeymanagementpgpApi");
62
+
// TODO uncomment below to test 'IsInstanceOfType' KeyManagementPgpApi
63
+
//Assert.IsInstanceOfType(typeof(KeyManagementPgpApi), instance, "instance is a KeyManagementPgpApi");
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/KeymanagementscmpApiTests.cs
+7-7
Original file line number
Diff line number
Diff line change
@@ -24,24 +24,24 @@
24
24
namespaceCyberSource.Test
25
25
{
26
26
/// <summary>
27
-
/// Class for testing KeymanagementscmpApi
27
+
/// Class for testing KeyManagementScmpApi
28
28
/// </summary>
29
29
/// <remarks>
30
30
/// This file is automatically generated by Swagger Codegen.
31
31
/// Please update the test case below to test the API endpoint.
32
32
/// </remarks>
33
33
[TestFixture]
34
-
publicclassKeymanagementscmpApiTests
34
+
publicclassKeyManagementScmpApiTests
35
35
{
36
-
privateKeymanagementscmpApiinstance;
36
+
privateKeyManagementScmpApiinstance;
37
37
38
38
/// <summary>
39
39
/// Setup before each unit test
40
40
/// </summary>
41
41
[SetUp]
42
42
publicvoidInit()
43
43
{
44
-
instance=newKeymanagementscmpApi();
44
+
instance=newKeyManagementScmpApi();
45
45
}
46
46
47
47
/// <summary>
@@ -54,13 +54,13 @@ public void Cleanup()
54
54
}
55
55
56
56
/// <summary>
57
-
/// Test an instance of KeymanagementscmpApi
57
+
/// Test an instance of KeyManagementScmpApi
58
58
/// </summary>
59
59
[Test]
60
60
publicvoidInstanceTest()
61
61
{
62
-
// TODO uncomment below to test 'IsInstanceOfType' KeymanagementscmpApi
63
-
//Assert.IsInstanceOfType(typeof(KeymanagementscmpApi), instance, "instance is a KeymanagementscmpApi");
62
+
// TODO uncomment below to test 'IsInstanceOfType' KeyManagementScmpApi
63
+
//Assert.IsInstanceOfType(typeof(KeyManagementScmpApi), instance, "instance is a KeyManagementScmpApi");
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/ManageWebhooksApiTests.cs
+1-14
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ public void GetWebhookSubscriptionByIdTest()
85
85
// 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
+3-3
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ public void GetPaymentInstrumentTest()
0 commit comments