|
| 1 | +/* |
| 2 | + * CyberSource Merged Spec |
| 3 | + * |
| 4 | + * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html |
| 5 | + * |
| 6 | + * OpenAPI spec version: 0.0.1 |
| 7 | + * |
| 8 | + * Generated by: https://github.com/swagger-api/swagger-codegen.git |
| 9 | + */ |
| 10 | + |
| 11 | + |
| 12 | +using NUnit.Framework; |
| 13 | + |
| 14 | +using System; |
| 15 | +using System.Linq; |
| 16 | +using System.IO; |
| 17 | +using System.Collections.Generic; |
| 18 | +using CyberSource.Api; |
| 19 | +using CyberSource.Model; |
| 20 | +using CyberSource.Client; |
| 21 | +using System.Reflection; |
| 22 | + |
| 23 | +namespace CyberSource.Test |
| 24 | +{ |
| 25 | + /// <summary> |
| 26 | + /// Class for testing Binv1binlookupClientReferenceInformation |
| 27 | + /// </summary> |
| 28 | + /// <remarks> |
| 29 | + /// This file is automatically generated by Swagger Codegen. |
| 30 | + /// Please update the test case below to test the model. |
| 31 | + /// </remarks> |
| 32 | + [TestFixture] |
| 33 | + public class Binv1binlookupClientReferenceInformationTests |
| 34 | + { |
| 35 | + // TODO uncomment below to declare an instance variable for Binv1binlookupClientReferenceInformation |
| 36 | + //private Binv1binlookupClientReferenceInformation instance; |
| 37 | + |
| 38 | + /// <summary> |
| 39 | + /// Setup before each test |
| 40 | + /// </summary> |
| 41 | + [SetUp] |
| 42 | + public void Init() |
| 43 | + { |
| 44 | + // TODO uncomment below to create an instance of Binv1binlookupClientReferenceInformation |
| 45 | + //instance = new Binv1binlookupClientReferenceInformation(); |
| 46 | + } |
| 47 | + |
| 48 | + /// <summary> |
| 49 | + /// Clean up after each test |
| 50 | + /// </summary> |
| 51 | + [TearDown] |
| 52 | + public void Cleanup() |
| 53 | + { |
| 54 | + |
| 55 | + } |
| 56 | + |
| 57 | + /// <summary> |
| 58 | + /// Test an instance of Binv1binlookupClientReferenceInformation |
| 59 | + /// </summary> |
| 60 | + [Test] |
| 61 | + public void Binv1binlookupClientReferenceInformationInstanceTest() |
| 62 | + { |
| 63 | + // TODO uncomment below to test "IsInstanceOfType" Binv1binlookupClientReferenceInformation |
| 64 | + //Assert.IsInstanceOfType<Binv1binlookupClientReferenceInformation> (instance, "variable 'instance' is a Binv1binlookupClientReferenceInformation"); |
| 65 | + } |
| 66 | + |
| 67 | + /// <summary> |
| 68 | + /// Test the property 'Partner' |
| 69 | + /// </summary> |
| 70 | + [Test] |
| 71 | + public void PartnerTest() |
| 72 | + { |
| 73 | + // TODO unit test for the property 'Partner' |
| 74 | + } |
| 75 | + /// <summary> |
| 76 | + /// Test the property 'ApplicationName' |
| 77 | + /// </summary> |
| 78 | + [Test] |
| 79 | + public void ApplicationNameTest() |
| 80 | + { |
| 81 | + // TODO unit test for the property 'ApplicationName' |
| 82 | + } |
| 83 | + /// <summary> |
| 84 | + /// Test the property 'ApplicationVersion' |
| 85 | + /// </summary> |
| 86 | + [Test] |
| 87 | + public void ApplicationVersionTest() |
| 88 | + { |
| 89 | + // TODO unit test for the property 'ApplicationVersion' |
| 90 | + } |
| 91 | + /// <summary> |
| 92 | + /// Test the property 'ApplicationUser' |
| 93 | + /// </summary> |
| 94 | + [Test] |
| 95 | + public void ApplicationUserTest() |
| 96 | + { |
| 97 | + // TODO unit test for the property 'ApplicationUser' |
| 98 | + } |
| 99 | + |
| 100 | + } |
| 101 | + |
| 102 | +} |
0 commit comments