-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from CyberSource/nov24-release
Nov24 release
- Loading branch information
Showing
82 changed files
with
4,707 additions
and
501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
126 changes: 126 additions & 0 deletions
126
...mmerceSolutionsProductsTokenManagementConfigurationInformationConfigurationsVaultTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
} | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 86 additions & 0 deletions
86
...tstandard.Test/Model/Ptsv2paymentsProcessingInformationJapanPaymentOptionsBonusesTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
} | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.