Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
21 changes: 12 additions & 9 deletions IO.ClickSend.sln
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.ClickSend", "src\IO.ClickSend\IO.ClickSend.csproj", "{82E3D3C9-B6A1-45CF-A61E-4A8E7068CF04}"
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.ClickSend", "src\IO.ClickSend\IO.ClickSend.csproj", "{40073990-79D7-4D2B-A39C-2B1EDCFAC85F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IO.ClickSend.Test", "src\IO.ClickSend.Test\IO.ClickSend.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82E3D3C9-B6A1-45CF-A61E-4A8E7068CF04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82E3D3C9-B6A1-45CF-A61E-4A8E7068CF04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82E3D3C9-B6A1-45CF-A61E-4A8E7068CF04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82E3D3C9-B6A1-45CF-A61E-4A8E7068CF04}.Release|Any CPU.Build.0 = Release|Any CPU
{40073990-79D7-4D2B-A39C-2B1EDCFAC85F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40073990-79D7-4D2B-A39C-2B1EDCFAC85F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40073990-79D7-4D2B-A39C-2B1EDCFAC85F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40073990-79D7-4D2B-A39C-2B1EDCFAC85F}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -24,4 +24,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45787408-9147-49F5-8D7D-861030BDB7AF}
EndGlobalSection
EndGlobal
26 changes: 13 additions & 13 deletions src/IO.ClickSend.Test/ClickSend.Api/AccountApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
using System.Linq;
using System.Reflection;
using RestSharp;
using NUnit.Framework;

using IO.ClickSend.Client;
using IO.ClickSend.ClickSend.Api;
using IO.ClickSend.ClickSend.Model;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace IO.ClickSend.Test
{
Expand All @@ -29,15 +29,15 @@ namespace IO.ClickSend.Test
/// This file is automatically generated by ClickSend Codegen.
/// Please update the test case below to test the API endpoint.
/// </remarks>
[TestFixture]
[TestClass]
public class AccountApiTests
{
private AccountApi instance;

/// <summary>
/// Setup before each unit test
/// </summary>
[SetUp]
[TestInitialize]
public void Init()
{
instance = new AccountApi();
Expand All @@ -46,7 +46,7 @@ public void Init()
/// <summary>
/// Clean up after each unit test
/// </summary>
[TearDown]
[TestCleanup]
public void Cleanup()
{

Expand All @@ -55,7 +55,7 @@ public void Cleanup()
/// <summary>
/// Test an instance of AccountApi
/// </summary>
[Test]
[TestMethod]
public void InstanceTest()
{
// TODO uncomment below to test 'IsInstanceOfType' AccountApi
Expand All @@ -65,7 +65,7 @@ public void InstanceTest()
/// <summary>
/// Test AccountGet
/// </summary>
[Test]
[TestMethod]
public void AccountGetTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -75,7 +75,7 @@ public void AccountGetTest()
/// <summary>
/// Test AccountPost
/// </summary>
[Test]
[TestMethod]
public void AccountPostTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -86,7 +86,7 @@ public void AccountPostTest()
/// <summary>
/// Test AccountUseageBySubaccountGet
/// </summary>
[Test]
[TestMethod]
public void AccountUseageBySubaccountGetTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -98,7 +98,7 @@ public void AccountUseageBySubaccountGetTest()
/// <summary>
/// Test AccountVerifySendPut
/// </summary>
[Test]
[TestMethod]
public void AccountVerifySendPutTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -109,7 +109,7 @@ public void AccountVerifySendPutTest()
/// <summary>
/// Test AccountVerifyVerifyByActivationTokenPut
/// </summary>
[Test]
[TestMethod]
public void AccountVerifyVerifyByActivationTokenPutTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -120,7 +120,7 @@ public void AccountVerifyVerifyByActivationTokenPutTest()
/// <summary>
/// Test ForgotPasswordPut
/// </summary>
[Test]
[TestMethod]
public void ForgotPasswordPutTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -131,7 +131,7 @@ public void ForgotPasswordPutTest()
/// <summary>
/// Test ForgotPasswordVerifyPut
/// </summary>
[Test]
[TestMethod]
public void ForgotPasswordVerifyPutTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -142,7 +142,7 @@ public void ForgotPasswordVerifyPutTest()
/// <summary>
/// Test ForgotUsernamePut
/// </summary>
[Test]
[TestMethod]
public void ForgotUsernamePutTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand Down
23 changes: 12 additions & 11 deletions src/IO.ClickSend.Test/ClickSend.Api/AccountRechargeApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
using System.Linq;
using System.Reflection;
using RestSharp;
using NUnit.Framework;
using Microsoft.VisualStudio.TestTools.UnitTesting;

using IO.ClickSend.Client;
using IO.ClickSend.ClickSend.Api;
using IO.ClickSend.ClickSend.Model;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace IO.ClickSend.Test
{
Expand All @@ -29,15 +30,15 @@ namespace IO.ClickSend.Test
/// This file is automatically generated by ClickSend Codegen.
/// Please update the test case below to test the API endpoint.
/// </remarks>
[TestFixture]
[TestClass]
public class AccountRechargeApiTests
{
private AccountRechargeApi instance;

/// <summary>
/// Setup before each unit test
/// </summary>
[SetUp]
[TestInitialize]
public void Init()
{
instance = new AccountRechargeApi();
Expand All @@ -46,7 +47,7 @@ public void Init()
/// <summary>
/// Clean up after each unit test
/// </summary>
[TearDown]
[TestCleanup]
public void Cleanup()
{

Expand All @@ -55,7 +56,7 @@ public void Cleanup()
/// <summary>
/// Test an instance of AccountRechargeApi
/// </summary>
[Test]
[TestMethod]
public void InstanceTest()
{
// TODO uncomment below to test 'IsInstanceOfType' AccountRechargeApi
Expand All @@ -65,7 +66,7 @@ public void InstanceTest()
/// <summary>
/// Test RechargeCreditCardGet
/// </summary>
[Test]
[TestMethod]
public void RechargeCreditCardGetTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -75,7 +76,7 @@ public void RechargeCreditCardGetTest()
/// <summary>
/// Test RechargeCreditCardPut
/// </summary>
[Test]
[TestMethod]
public void RechargeCreditCardPutTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -86,7 +87,7 @@ public void RechargeCreditCardPutTest()
/// <summary>
/// Test RechargePackagesGet
/// </summary>
[Test]
[TestMethod]
public void RechargePackagesGetTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -97,7 +98,7 @@ public void RechargePackagesGetTest()
/// <summary>
/// Test RechargePurchaseByPackageIdPut
/// </summary>
[Test]
[TestMethod]
public void RechargePurchaseByPackageIdPutTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -108,7 +109,7 @@ public void RechargePurchaseByPackageIdPutTest()
/// <summary>
/// Test RechargeTransactionsByTransactionIdGet
/// </summary>
[Test]
[TestMethod]
public void RechargeTransactionsByTransactionIdGetTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -119,7 +120,7 @@ public void RechargeTransactionsByTransactionIdGetTest()
/// <summary>
/// Test RechargeTransactionsGet
/// </summary>
[Test]
[TestMethod]
public void RechargeTransactionsGetTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand Down
27 changes: 14 additions & 13 deletions src/IO.ClickSend.Test/ClickSend.Api/ContactApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
using System.Linq;
using System.Reflection;
using RestSharp;
using NUnit.Framework;
using Microsoft.VisualStudio.TestTools.UnitTesting;

using IO.ClickSend.Client;
using IO.ClickSend.ClickSend.Api;
using IO.ClickSend.ClickSend.Model;
using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace IO.ClickSend.Test
{
Expand All @@ -29,15 +30,15 @@ namespace IO.ClickSend.Test
/// This file is automatically generated by ClickSend Codegen.
/// Please update the test case below to test the API endpoint.
/// </remarks>
[TestFixture]
[TestClass]
public class ContactApiTests
{
private ContactApi instance;

/// <summary>
/// Setup before each unit test
/// </summary>
[SetUp]
[TestInitialize]
public void Init()
{
instance = new ContactApi();
Expand All @@ -46,7 +47,7 @@ public void Init()
/// <summary>
/// Clean up after each unit test
/// </summary>
[TearDown]
[TestCleanup]
public void Cleanup()
{

Expand All @@ -55,7 +56,7 @@ public void Cleanup()
/// <summary>
/// Test an instance of ContactApi
/// </summary>
[Test]
[TestMethod]
public void InstanceTest()
{
// TODO uncomment below to test 'IsInstanceOfType' ContactApi
Expand All @@ -65,7 +66,7 @@ public void InstanceTest()
/// <summary>
/// Test ListsContactsByListIdAndContactIdDelete
/// </summary>
[Test]
[TestMethod]
public void ListsContactsByListIdAndContactIdDeleteTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -77,7 +78,7 @@ public void ListsContactsByListIdAndContactIdDeleteTest()
/// <summary>
/// Test ListsContactsByListIdAndContactIdGet
/// </summary>
[Test]
[TestMethod]
public void ListsContactsByListIdAndContactIdGetTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -89,7 +90,7 @@ public void ListsContactsByListIdAndContactIdGetTest()
/// <summary>
/// Test ListsContactsByListIdAndContactIdPut
/// </summary>
[Test]
[TestMethod]
public void ListsContactsByListIdAndContactIdPutTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -102,7 +103,7 @@ public void ListsContactsByListIdAndContactIdPutTest()
/// <summary>
/// Test ListsContactsByListIdGet
/// </summary>
[Test]
[TestMethod]
public void ListsContactsByListIdGetTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -116,7 +117,7 @@ public void ListsContactsByListIdGetTest()
/// <summary>
/// Test ListsContactsByListIdPost
/// </summary>
[Test]
[TestMethod]
public void ListsContactsByListIdPostTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -128,7 +129,7 @@ public void ListsContactsByListIdPostTest()
/// <summary>
/// Test ListsCopyContactPut
/// </summary>
[Test]
[TestMethod]
public void ListsCopyContactPutTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -141,7 +142,7 @@ public void ListsCopyContactPutTest()
/// <summary>
/// Test ListsRemoveOptedOutContactsByListIdAndOptOutListIdPut
/// </summary>
[Test]
[TestMethod]
public void ListsRemoveOptedOutContactsByListIdAndOptOutListIdPutTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand All @@ -153,7 +154,7 @@ public void ListsRemoveOptedOutContactsByListIdAndOptOutListIdPutTest()
/// <summary>
/// Test ListsTransferContactPut
/// </summary>
[Test]
[TestMethod]
public void ListsTransferContactPutTest()
{
// TODO uncomment below to test the method and replace null with proper value
Expand Down
Loading