Skip to content

Commit

Permalink
Merge pull request #104 from CyberSource/nov24-release
Browse files Browse the repository at this point in the history
Nov24 release
  • Loading branch information
gnongsie authored Dec 10, 2024
2 parents 97ae481 + 1e2e43c commit 0a747c5
Show file tree
Hide file tree
Showing 82 changed files with 4,707 additions and 501 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ public void ParentProfileIdTest()
{
// TODO unit test for the property 'ParentProfileId'
}
/// <summary>
/// Test the property 'Vault'
/// </summary>
[Test]
public void VaultTest()
{
// TODO unit test for the property 'Vault'
}

}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
/*
* CyberSource Merged Spec
*
* All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
*
* OpenAPI spec version: 0.0.1
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/


using NUnit.Framework;

using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using CyberSource.Api;
using CyberSource.Model;
using CyberSource.Client;
using System.Reflection;

namespace CyberSource.Test
{
/// <summary>
/// Class for testing CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVault
/// </summary>
/// <remarks>
/// This file is automatically generated by Swagger Codegen.
/// Please update the test case below to test the model.
/// </remarks>
[TestFixture]
public class CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVaultTests
{
// TODO uncomment below to declare an instance variable for CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVault
//private CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVault instance;

/// <summary>
/// Setup before each test
/// </summary>
[SetUp]
public void Init()
{
// TODO uncomment below to create an instance of CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVault
//instance = new CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVault();
}

/// <summary>
/// Clean up after each test
/// </summary>
[TearDown]
public void Cleanup()
{

}

/// <summary>
/// Test an instance of CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVault
/// </summary>
[Test]
public void CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVaultInstanceTest()
{
// TODO uncomment below to test "IsInstanceOfType" CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVault
//Assert.IsInstanceOfType<CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVault> (instance, "variable 'instance' is a CommerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVault");
}

/// <summary>
/// Test the property 'DefaultTokenType'
/// </summary>
[Test]
public void DefaultTokenTypeTest()
{
// TODO unit test for the property 'DefaultTokenType'
}
/// <summary>
/// Test the property 'Location'
/// </summary>
[Test]
public void LocationTest()
{
// TODO unit test for the property 'Location'
}
/// <summary>
/// Test the property 'TokenFormats'
/// </summary>
[Test]
public void TokenFormatsTest()
{
// TODO unit test for the property 'TokenFormats'
}
/// <summary>
/// Test the property 'TokenPermissions'
/// </summary>
[Test]
public void TokenPermissionsTest()
{
// TODO unit test for the property 'TokenPermissions'
}
/// <summary>
/// Test the property 'SensitivePrivileges'
/// </summary>
[Test]
public void SensitivePrivilegesTest()
{
// TODO unit test for the property 'SensitivePrivileges'
}
/// <summary>
/// Test the property 'Nullify'
/// </summary>
[Test]
public void NullifyTest()
{
// TODO unit test for the property 'Nullify'
}
/// <summary>
/// Test the property 'NetworkTokenServices'
/// </summary>
[Test]
public void NetworkTokenServicesTest()
{
// TODO unit test for the property 'NetworkTokenServices'
}

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ public void GenerateCaptureContextRequestInstanceTest()
//Assert.IsInstanceOfType<GenerateCaptureContextRequest> (instance, "variable 'instance' is a GenerateCaptureContextRequest");
}

/// <summary>
/// Test the property 'ClientVersion'
/// </summary>
[Test]
public void ClientVersionTest()
{
// TODO unit test for the property 'ClientVersion'
}
/// <summary>
/// Test the property 'TargetOrigins'
/// </summary>
Expand All @@ -81,14 +89,6 @@ public void AllowedCardNetworksTest()
// TODO unit test for the property 'AllowedCardNetworks'
}
/// <summary>
/// Test the property 'ClientVersion'
/// </summary>
[Test]
public void ClientVersionTest()
{
// TODO unit test for the property 'ClientVersion'
}
/// <summary>
/// Test the property 'CheckoutApiInitialization'
/// </summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,20 @@ public void GenerateUnifiedCheckoutCaptureContextRequestInstanceTest()
}

/// <summary>
/// Test the property 'TargetOrigins'
/// Test the property 'ClientVersion'
/// </summary>
[Test]
public void TargetOriginsTest()
public void ClientVersionTest()
{
// TODO unit test for the property 'TargetOrigins'
// TODO unit test for the property 'ClientVersion'
}
/// <summary>
/// Test the property 'ClientVersion'
/// Test the property 'TargetOrigins'
/// </summary>
[Test]
public void ClientVersionTest()
public void TargetOriginsTest()
{
// TODO unit test for the property 'ClientVersion'
// TODO unit test for the property 'TargetOrigins'
}
/// <summary>
/// Test the property 'AllowedCardNetworks'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,14 @@ public void ProductNameTest()
// TODO unit test for the property 'ProductName'
}
/// <summary>
/// Test the property 'ProductSubtype'
/// </summary>
[Test]
public void ProductSubtypeTest()
{
// TODO unit test for the property 'ProductSubtype'
}
/// <summary>
/// Test the property 'TypeSelectionIndicator'
/// </summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
/*
* CyberSource Merged Spec
*
* All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
*
* OpenAPI spec version: 0.0.1
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/


using NUnit.Framework;

using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using CyberSource.Api;
using CyberSource.Model;
using CyberSource.Client;
using System.Reflection;

namespace CyberSource.Test
{
/// <summary>
/// Class for testing Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonuses
/// </summary>
/// <remarks>
/// This file is automatically generated by Swagger Codegen.
/// Please update the test case below to test the model.
/// </remarks>
[TestFixture]
public class Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonusesTests
{
// TODO uncomment below to declare an instance variable for Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonuses
//private Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonuses instance;

/// <summary>
/// Setup before each test
/// </summary>
[SetUp]
public void Init()
{
// TODO uncomment below to create an instance of Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonuses
//instance = new Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonuses();
}

/// <summary>
/// Clean up after each test
/// </summary>
[TearDown]
public void Cleanup()
{

}

/// <summary>
/// Test an instance of Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonuses
/// </summary>
[Test]
public void Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonusesInstanceTest()
{
// TODO uncomment below to test "IsInstanceOfType" Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonuses
//Assert.IsInstanceOfType<Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonuses> (instance, "variable 'instance' is a Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonuses");
}

/// <summary>
/// Test the property 'Month'
/// </summary>
[Test]
public void MonthTest()
{
// TODO unit test for the property 'Month'
}
/// <summary>
/// Test the property 'Amount'
/// </summary>
[Test]
public void AmountTest()
{
// TODO unit test for the property 'Amount'
}

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -81,38 +81,6 @@ public void BonusesTest()
// TODO unit test for the property 'Bonuses'
}
/// <summary>
/// Test the property 'BonusMonth'
/// </summary>
[Test]
public void BonusMonthTest()
{
// TODO unit test for the property 'BonusMonth'
}
/// <summary>
/// Test the property 'SecondBonusMonth'
/// </summary>
[Test]
public void SecondBonusMonthTest()
{
// TODO unit test for the property 'SecondBonusMonth'
}
/// <summary>
/// Test the property 'BonusAmount'
/// </summary>
[Test]
public void BonusAmountTest()
{
// TODO unit test for the property 'BonusAmount'
}
/// <summary>
/// Test the property 'SecondBonusAmount'
/// </summary>
[Test]
public void SecondBonusAmountTest()
{
// TODO unit test for the property 'SecondBonusAmount'
}
/// <summary>
/// Test the property 'PreapprovalType'
/// </summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,20 @@ public void FirstNameTest()
// TODO unit test for the property 'FirstName'
}
/// <summary>
/// Test the property 'LastName'
/// Test the property 'MiddleName'
/// </summary>
[Test]
public void LastNameTest()
public void MiddleNameTest()
{
// TODO unit test for the property 'LastName'
// TODO unit test for the property 'MiddleName'
}
/// <summary>
/// Test the property 'MiddleName'
/// Test the property 'LastName'
/// </summary>
[Test]
public void MiddleNameTest()
public void LastNameTest()
{
// TODO unit test for the property 'MiddleName'
// TODO unit test for the property 'LastName'
}
/// <summary>
/// Test the property 'Address1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@ public void FirstNameTest()
// TODO unit test for the property 'FirstName'
}
/// <summary>
/// Test the property 'LastName'
/// Test the property 'MiddleName'
/// </summary>
[Test]
public void LastNameTest()
public void MiddleNameTest()
{
// TODO unit test for the property 'LastName'
// TODO unit test for the property 'MiddleName'
}
/// <summary>
/// Test the property 'MiddleName'
/// Test the property 'LastName'
/// </summary>
[Test]
public void MiddleNameTest()
public void LastNameTest()
{
// TODO unit test for the property 'MiddleName'
// TODO unit test for the property 'LastName'
}
/// <summary>
/// Test the property 'Address1'
Expand Down
Loading

0 comments on commit 0a747c5

Please sign in to comment.