Skip to content

Commit 489ce72

Browse files
committed
june spec changes
1 parent 883f32d commit 489ce72

File tree

79 files changed

+1915
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1915
-61
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
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 PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE
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 PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURETests
34+
{
35+
// TODO uncomment below to declare an instance variable for PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE
36+
//private PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE 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 PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE
45+
//instance = new PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE();
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 PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE
59+
/// </summary>
60+
[Test]
61+
public void PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTUREInstanceTest()
62+
{
63+
// TODO uncomment below to test "IsInstanceOfType" PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE
64+
//Assert.IsInstanceOfType<PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE> (instance, "variable 'instance' is a PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE");
65+
}
66+
67+
/// <summary>
68+
/// Test the property 'Status'
69+
/// </summary>
70+
[Test]
71+
public void StatusTest()
72+
{
73+
// TODO unit test for the property 'Status'
74+
}
75+
/// <summary>
76+
/// Test the property 'Reason'
77+
/// </summary>
78+
[Test]
79+
public void ReasonTest()
80+
{
81+
// TODO unit test for the property 'Reason'
82+
}
83+
/// <summary>
84+
/// Test the property 'Message'
85+
/// </summary>
86+
[Test]
87+
public void MessageTest()
88+
{
89+
// TODO unit test for the property 'Message'
90+
}
91+
92+
}
93+
94+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
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 PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION
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 PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATIONTests
34+
{
35+
// TODO uncomment below to declare an instance variable for PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION
36+
//private PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION 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 PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION
45+
//instance = new PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION();
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 PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION
59+
/// </summary>
60+
[Test]
61+
public void PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATIONInstanceTest()
62+
{
63+
// TODO uncomment below to test "IsInstanceOfType" PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION
64+
//Assert.IsInstanceOfType<PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION> (instance, "variable 'instance' is a PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION");
65+
}
66+
67+
/// <summary>
68+
/// Test the property 'Status'
69+
/// </summary>
70+
[Test]
71+
public void StatusTest()
72+
{
73+
// TODO unit test for the property 'Status'
74+
}
75+
/// <summary>
76+
/// Test the property 'Reason'
77+
/// </summary>
78+
[Test]
79+
public void ReasonTest()
80+
{
81+
// TODO unit test for the property 'Reason'
82+
}
83+
/// <summary>
84+
/// Test the property 'Message'
85+
/// </summary>
86+
[Test]
87+
public void MessageTest()
88+
{
89+
// TODO unit test for the property 'Message'
90+
}
91+
92+
}
93+
94+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
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 PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION
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 PtsV2PaymentsPost201ResponseEmbeddedActionsDECISIONTests
34+
{
35+
// TODO uncomment below to declare an instance variable for PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION
36+
//private PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION 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 PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION
45+
//instance = new PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION();
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 PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION
59+
/// </summary>
60+
[Test]
61+
public void PtsV2PaymentsPost201ResponseEmbeddedActionsDECISIONInstanceTest()
62+
{
63+
// TODO uncomment below to test "IsInstanceOfType" PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION
64+
//Assert.IsInstanceOfType<PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION> (instance, "variable 'instance' is a PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION");
65+
}
66+
67+
/// <summary>
68+
/// Test the property 'Status'
69+
/// </summary>
70+
[Test]
71+
public void StatusTest()
72+
{
73+
// TODO unit test for the property 'Status'
74+
}
75+
/// <summary>
76+
/// Test the property 'Reason'
77+
/// </summary>
78+
[Test]
79+
public void ReasonTest()
80+
{
81+
// TODO unit test for the property 'Reason'
82+
}
83+
/// <summary>
84+
/// Test the property 'Message'
85+
/// </summary>
86+
[Test]
87+
public void MessageTest()
88+
{
89+
// TODO unit test for the property 'Message'
90+
}
91+
92+
}
93+
94+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
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 PtsV2PaymentsPost201ResponseEmbeddedActions
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 PtsV2PaymentsPost201ResponseEmbeddedActionsTests
34+
{
35+
// TODO uncomment below to declare an instance variable for PtsV2PaymentsPost201ResponseEmbeddedActions
36+
//private PtsV2PaymentsPost201ResponseEmbeddedActions 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 PtsV2PaymentsPost201ResponseEmbeddedActions
45+
//instance = new PtsV2PaymentsPost201ResponseEmbeddedActions();
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 PtsV2PaymentsPost201ResponseEmbeddedActions
59+
/// </summary>
60+
[Test]
61+
public void PtsV2PaymentsPost201ResponseEmbeddedActionsInstanceTest()
62+
{
63+
// TODO uncomment below to test "IsInstanceOfType" PtsV2PaymentsPost201ResponseEmbeddedActions
64+
//Assert.IsInstanceOfType<PtsV2PaymentsPost201ResponseEmbeddedActions> (instance, "variable 'instance' is a PtsV2PaymentsPost201ResponseEmbeddedActions");
65+
}
66+
67+
/// <summary>
68+
/// Test the property 'CAPTURE'
69+
/// </summary>
70+
[Test]
71+
public void CAPTURETest()
72+
{
73+
// TODO unit test for the property 'CAPTURE'
74+
}
75+
/// <summary>
76+
/// Test the property 'DECISION'
77+
/// </summary>
78+
[Test]
79+
public void DECISIONTest()
80+
{
81+
// TODO unit test for the property 'DECISION'
82+
}
83+
/// <summary>
84+
/// Test the property 'CONSUMER_AUTHENTICATION'
85+
/// </summary>
86+
[Test]
87+
public void CONSUMER_AUTHENTICATIONTest()
88+
{
89+
// TODO unit test for the property 'CONSUMER_AUTHENTICATION'
90+
}
91+
/// <summary>
92+
/// Test the property 'VALIDATE_CONSUMER_AUTHENTICATION'
93+
/// </summary>
94+
[Test]
95+
public void VALIDATE_CONSUMER_AUTHENTICATIONTest()
96+
{
97+
// TODO unit test for the property 'VALIDATE_CONSUMER_AUTHENTICATION'
98+
}
99+
/// <summary>
100+
/// Test the property 'WATCHLIST_SCREENING'
101+
/// </summary>
102+
[Test]
103+
public void WATCHLIST_SCREENINGTest()
104+
{
105+
// TODO unit test for the property 'WATCHLIST_SCREENING'
106+
}
107+
108+
}
109+
110+
}

0 commit comments

Comments
 (0)