-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6b17517
commit defe4a6
Showing
298 changed files
with
2,435 additions
and
34 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
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
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/ApiErrorTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class ApiErrorTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/ApiKeyCreateResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class ApiKeyCreateResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/ApiKeyRequestListResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class ApiKeyRequestListResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/ApiKeyRequestResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class ApiKeyRequestResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/ApiKeyResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class ApiKeyResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/AudienceRequestBodyTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class AudienceRequestBodyTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/BillingProductPlanResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class BillingProductPlanResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/BillingProductResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class BillingProductResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/BillingSubscriptionResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class BillingSubscriptionResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CheckFlagOutputWithFlagKeyTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CheckFlagOutputWithFlagKeyTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CheckFlagRequestBodyTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CheckFlagRequestBodyTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CheckFlagResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CheckFlagResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CheckFlagResponseTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CheckFlagResponseTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CheckFlagsResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CheckFlagsResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CheckFlagsResponseTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CheckFlagsResponseTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CompanyCrmDealsResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CompanyCrmDealsResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CompanyDetailResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CompanyDetailResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CompanyMembershipDetailResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CompanyMembershipDetailResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CompanyMembershipResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CompanyMembershipResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CompanyOverrideResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CompanyOverrideResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CompanyPlanResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CompanyPlanResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CompanyResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CompanyResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CompanySubscriptionResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CompanySubscriptionResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/ComponentHydrateResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class ComponentHydrateResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/ComponentResponseDataTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class ComponentResponseDataTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountApiKeysParamsTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountApiKeysParamsTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountApiKeysResponseTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountApiKeysResponseTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountApiRequestsParamsTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountApiRequestsParamsTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountApiRequestsResponseTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountApiRequestsResponseTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountAudienceCompaniesResponseTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountAudienceCompaniesResponseTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountAudienceUsersResponseTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountAudienceUsersResponseTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountCompaniesParamsTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountCompaniesParamsTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountCompaniesResponseTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountCompaniesResponseTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountCompanyOverridesParamsTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountCompanyOverridesParamsTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountCompanyOverridesResponseTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountCompanyOverridesResponseTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountComponentsParamsTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountComponentsParamsTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountComponentsResponseTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountComponentsResponseTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountEntityKeyDefinitionsParamsTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountEntityKeyDefinitionsParamsTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountEntityKeyDefinitionsResponseTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountEntityKeyDefinitionsResponseTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountEntityTraitDefinitionsParamsTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountEntityTraitDefinitionsParamsTest { } |
8 changes: 8 additions & 0 deletions
8
src/SchematicHQ.Client.Test/Unit/Serialization/CountEntityTraitDefinitionsResponseTest.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,8 @@ | ||
using NUnit.Framework; | ||
|
||
#nullable enable | ||
|
||
namespace SchematicHQ.Client.Test; | ||
|
||
[TestFixture] | ||
public class CountEntityTraitDefinitionsResponseTest { } |
Oops, something went wrong.