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-auth-netstandard/AuthenticationSdk/AuthenticationSdk/util/SensitiveDataConfigurationType.cs
+2-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ public class SensitiveDataConfigurationType
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/TransientTokenDataApiTests.cs
// TODO uncomment below to test "IsInstanceOfType" Ptsv2paymentsConsumerAuthenticationInformationStrongAuthenticationIssuerInformation
64
+
//Assert.IsInstanceOfType<Ptsv2paymentsConsumerAuthenticationInformationStrongAuthenticationIssuerInformation> (instance, "variable 'instance' is a Ptsv2paymentsConsumerAuthenticationInformationStrongAuthenticationIssuerInformation");
65
+
}
66
+
67
+
/// <summary>
68
+
/// Test the property 'ExemptionDataRaw'
69
+
/// </summary>
70
+
[Test]
71
+
publicvoidExemptionDataRawTest()
72
+
{
73
+
// TODO unit test for the property 'ExemptionDataRaw'
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/Ptsv2paymentsConsumerAuthenticationInformationStrongAuthenticationTests.cs
+8
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,14 @@ public void Ptsv2paymentsConsumerAuthenticationInformationStrongAuthenticationIn
64
64
//Assert.IsInstanceOfType<Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication> (instance, "variable 'instance' is a Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication");
65
65
}
66
66
67
+
/// <summary>
68
+
/// Test the property 'IssuerInformation'
69
+
/// </summary>
70
+
[Test]
71
+
publicvoidIssuerInformationTest()
72
+
{
73
+
// TODO unit test for the property 'IssuerInformation'
74
+
}
67
75
/// <summary>
68
76
/// Test the property 'LowValueExemptionIndicator'
Copy file name to clipboardexpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/RiskV1DecisionsPost201ResponseConsumerAuthenticationInformationTests.cs
+8
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,14 @@ public void EffectiveAuthenticationTypeTest()
241
241
// TODO unit test for the property 'EffectiveAuthenticationType'
242
242
}
243
243
/// <summary>
244
+
/// Test the property 'ExemptionDataRaw'
245
+
/// </summary>
246
+
[Test]
247
+
publicvoidExemptionDataRawTest()
248
+
{
249
+
// TODO unit test for the property 'ExemptionDataRaw'
0 commit comments