Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lob/lob-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyKitchell committed Sep 15, 2022
2 parents c6b304d + 6ce7340 commit b6ef7ba
Show file tree
Hide file tree
Showing 35 changed files with 85 additions and 219 deletions.
269 changes: 50 additions & 219 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions __tests__/Api/AddressesApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing AddressesApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.All)]
public class AddressesApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/BankAccountsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing BankAccountsApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class BankAccountsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/BillingGroupsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing BillingGroupsApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class BillingGroupsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/CardOrdersApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing CardOrdersApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class CardOrdersApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/CardsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing CardsApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class CardsApiTests : IDisposable
{
Expand Down
2 changes: 2 additions & 0 deletions __tests__/Api/ChecksApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ namespace __tests__.Api
/// Class for testing ChecksApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class ChecksApiTests : IDisposable
{
private Mock<IChecksApi> ChecksApiMock;
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/IntlAutocompletionsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing IntlAutocompletionsApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class IntlAutocompletionsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/IntlVerificationsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing IntlVerificationsApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class IntlVerificationsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/LettersApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing LettersApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class LettersApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/PostcardsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ namespace __tests__.Api
/// Class for testing PostcardsApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class PostcardsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/ReverseGeocodeLookupsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing ReverseGeocodeLookupsApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.All)]
public class ReverseGeocodeLookupsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/SelfMailersApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing SelfMailersApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class SelfMailersApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/TemplateVersionsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing TemplateVersionsApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class TemplateVersionsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/TemplatesApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing TemplatesApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class TemplatesApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/UsAutocompletionsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing UsAutocompletionsApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class UsAutocompletionsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/UsVerificationsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing UsVerificationsApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.Self)]
public class UsVerificationsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Api/ZipLookupsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace __tests__.Api
/// Class for testing ZipLookupsApi
/// </summary>
[TestFixture]
[Category("Unit")]
[Parallelizable(scope: ParallelScope.All)]
public class ZipLookupsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/AddressesApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class AddressesApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/BankAccountsApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class BankAccountsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/BillingGroupsApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class BillingGroupsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/CardOrdersApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class CardOrdersApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/CardsApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class CardsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/ChecksApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class ChecksApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/IntlAutocompletionsApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class IntlAutocompletionsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/IntlVerificationsApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class IntlVerificationsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/LettersApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class LettersApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/PostcardsApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Children)]
public class PostcardsApiTests : IDisposable
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class ReverseGeocodeLookupsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/SelfMailersApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Children)]
public class SelfMailersApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/TemplateVersionsApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class TemplateVersionsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/TemplatesApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class TemplatesApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/UsAutocompletionsApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class UsAutocompletionsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/UsVerificationsApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class UsVerificationsApiTests : IDisposable
{
Expand Down
1 change: 1 addition & 0 deletions __tests__/Integration/ZipLookupsApi.Spec.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

namespace __tests__.Integration {
[TestFixture]
[Category("Integration")]
[Parallelizable(scope: ParallelScope.Self)]
public class ZipLookupsApiTests : IDisposable
{
Expand Down

0 comments on commit b6ef7ba

Please sign in to comment.