Skip to content

Commit

Permalink
Merge code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed Mar 27, 2024
1 parent 4994d51 commit b053f79
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 2 deletions.
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;
using Entry = System.Collections.Generic.Dictionary<string, object>;

Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client;
Expand Down
@@ -1,5 +1,6 @@
using System.Dynamic;
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client;
Expand Down
@@ -1,5 +1,6 @@
using System.Collections;
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client;
Expand Down
2 changes: 1 addition & 1 deletion src/Simple.OData.Tests.Client.Integration/TestBase.cs
@@ -1,6 +1,6 @@
using System.Net.Http;
using FluentAssertions;
using Xunit;
using Simple.OData.Client;

namespace Simple.OData.Tests.Client;

Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client.Integration/TripPinTests.cs
@@ -1,5 +1,6 @@
using System.Net.Http;
using FluentAssertions;
using Simple.OData.Client;
using Simple.OData.Client.V4.Adapter.Extensions;
using Xunit;

Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;
using Entry = System.Collections.Generic.Dictionary<string, object>;

Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.BasicApi;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.BasicApi;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.BasicApi;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/Core/AggregationTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.Core;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Simple.OData.Client.V4.Adapter.Extensions;
using Xunit;

Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/Core/ExpansionTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.Core;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/Core/KeyTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.Core;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.Core;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/Core/PluralizerTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Simple.OData.Client.Extensions;
using Xunit;

Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.Core;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/Core/RequestWriterTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.Core;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/Core/SettingsTests.cs
@@ -1,5 +1,6 @@
using System.Net.Http;
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.Core;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.Core;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/Extensions/TypeCacheTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.Extensions;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/FluentApi/BatchTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/FluentApi/BatchTypedTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/FluentApi/DeleteTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/FluentApi/FindTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;
using Entry = System.Collections.Generic.Dictionary<string, object>;

Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/FluentApi/FindTypedTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/FluentApi/FunctionTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
@@ -1,5 +1,6 @@
using System.Dynamic;
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/FluentApi/InsertTests.cs
@@ -1,5 +1,6 @@
using System.Dynamic;
using FluentAssertions;
using Simple.OData.Client;
using Xunit;
using Entry = System.Collections.Generic.Dictionary<string, object>;

Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/FluentApi/LinkTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/FluentApi/LinkTypedTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/FluentApi/UpdateTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.FluentApi;
Expand Down
1 change: 1 addition & 0 deletions src/Simple.OData.Tests.Client/FluentApi/WithHeaderTests.cs
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;
using Entry = System.Collections.Generic.Dictionary<string, object>;

Expand Down
@@ -1,4 +1,5 @@
using FluentAssertions;
using Simple.OData.Client;
using Xunit;

namespace Simple.OData.Tests.Client.Reflection;
Expand Down
2 changes: 1 addition & 1 deletion src/Simple.OData.Tests.Client/TestBase.cs
@@ -1,5 +1,5 @@
using FluentAssertions;
using Xunit;
using Simple.OData.Client;
#if !NET7_0_OR_GREATER && !MOCK_HTTP
using Simple.OData.Tests.Shared.NorthwindModel;
#endif
Expand Down

0 comments on commit b053f79

Please sign in to comment.