Skip to content

Commit

Permalink
MsSql tests are moved to a new integration test project. (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
kavics authored Sep 26, 2022
1 parent 7a7b365 commit ca07172
Show file tree
Hide file tree
Showing 40 changed files with 134 additions and 80 deletions.
1 change: 1 addition & 0 deletions src/BlobStorage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[assembly: InternalsVisibleTo("SenseNet.Tests")]
[assembly: InternalsVisibleTo("SenseNet.Tests.Core")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests.MsSql")]
[assembly: InternalsVisibleTo("SenseNet.Storage.IntegrationTests")]
[assembly: InternalsVisibleTo("SenseNet.ContentRepository.Tests")]
[assembly: InternalsVisibleTo("SenseNet.Search.Lucene29.Tests")]
Expand Down
1 change: 1 addition & 0 deletions src/Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[assembly: InternalsVisibleTo("SenseNet.Tests")]
[assembly: InternalsVisibleTo("SenseNet.Tests.Core")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests.MsSql")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests.Common")]
[assembly: InternalsVisibleTo("SenseNet.ContentRepository.Tests")]
[assembly: InternalsVisibleTo("SenseNet.ContentRepository.IntegrationTests")]
Expand Down
2 changes: 1 addition & 1 deletion src/ContentRepository/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: InternalsVisibleTo("SenseNet.Tests.Core.Tests")]
[assembly: InternalsVisibleTo("SenseNet.ODataTests")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests.MsSql")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests.Common")]
[assembly: InternalsVisibleTo("SenseNet.ContentRepository.IntegrationTests")]
[assembly: InternalsVisibleTo("SenseNet.ContentRepository.InMemory")]
Expand Down
1 change: 1 addition & 0 deletions src/Search/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

[assembly: InternalsVisibleTo("SenseNet.Search.Tests")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests.MsSql")]
[assembly: InternalsVisibleTo("SenseNet.ContentRepository.Tests")]
[assembly: InternalsVisibleTo("SenseNet.Search.Lucene29.Tests")]

Expand Down
21 changes: 20 additions & 1 deletion src/SenseNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAppTests", "Tests\WebApp
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SenseNet.ContentRepository.MsSql", "ContentRepository.MsSql\SenseNet.ContentRepository.MsSql.csproj", "{415814BC-A9B9-4742-B716-6358E2913565}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SenseNet.OpenApi", "OpenApi\SenseNet.OpenApi.csproj", "{170FCE1A-5077-4518-9444-8B4ADCE8A8FC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SenseNet.OpenApi", "OpenApi\SenseNet.OpenApi.csproj", "{170FCE1A-5077-4518-9444-8B4ADCE8A8FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SenseNet.IntegrationTests.MsSql", "Tests\SenseNet.IntegrationTests.MsSql\SenseNet.IntegrationTests.MsSql.csproj", "{9E9B0B82-46B4-4A80-918F-32E855406DBC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -722,6 +724,22 @@ Global
{170FCE1A-5077-4518-9444-8B4ADCE8A8FC}.Release|x64.Build.0 = Release|Any CPU
{170FCE1A-5077-4518-9444-8B4ADCE8A8FC}.Release|x86.ActiveCfg = Release|Any CPU
{170FCE1A-5077-4518-9444-8B4ADCE8A8FC}.Release|x86.Build.0 = Release|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Debug|x64.ActiveCfg = Debug|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Debug|x64.Build.0 = Debug|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Debug|x86.ActiveCfg = Debug|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Debug|x86.Build.0 = Debug|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Release|Any CPU.Build.0 = Release|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Release|x64.ActiveCfg = Release|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Release|x64.Build.0 = Release|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Release|x86.ActiveCfg = Release|Any CPU
{9E9B0B82-46B4-4A80-918F-32E855406DBC}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -766,6 +784,7 @@ Global
{124EF02B-26DF-4410-9232-812B0D14526E} = {C68D256D-7D40-4E33-8A2B-B1625538B138}
{415814BC-A9B9-4742-B716-6358E2913565} = {2997D17C-A736-43E5-B3DD-11D11AC7DF17}
{170FCE1A-5077-4518-9444-8B4ADCE8A8FC} = {2997D17C-A736-43E5-B3DD-11D11AC7DF17}
{9E9B0B82-46B4-4A80-918F-32E855406DBC} = {C68D256D-7D40-4E33-8A2B-B1625538B138}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D903DEB-CA0B-43D8-BD9D-820BB1453C4C}
Expand Down
1 change: 1 addition & 0 deletions src/Storage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[assembly: InternalsVisibleTo("SenseNet.Tests.Core.Tests")]
[assembly: InternalsVisibleTo("SenseNet.ODataTests")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests.MsSql")]
[assembly: InternalsVisibleTo("SenseNet.ContentRepository.Tests")]
[assembly: InternalsVisibleTo("SenseNet.ContentRepository.InMemory")]
[assembly: InternalsVisibleTo("SenseNet.IntegrationTests.Common")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using SenseNet.Testing;
using SenseNet.Tests.Core;

namespace SenseNet.IntegrationTests.CustomTests
namespace SenseNet.IntegrationTests.MsSql.CustomTests
{
[TestClass]
public class MsSqlDataProviderTests : TestBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using SenseNet.ContentRepository.Storage.Data;
using SenseNet.Storage.Data.MsSqlClient;

namespace SenseNet.IntegrationTests.CustomTests
namespace SenseNet.IntegrationTests.MsSql.CustomTests
{
[TestClass]
public class MsSqlDatabaseInstallerTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
using SenseNet.Storage.Data.MsSqlClient;
using SenseNet.Tests.Core.Implementations;

namespace SenseNet.IntegrationTests.Infrastructure
namespace SenseNet.IntegrationTests.MsSql.Infrastructure
{
[SuppressMessage("ReSharper", "AccessToDisposedClosure")]
public class MsSqlTestingDataProvider : ITestingDataProvider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlAccessTokenTests : IntegrationTest<MsSqlPlatform, AccessTokenTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlAppModelTests : IntegrationTest<MsSqlPlatform, AppModelTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlBlobBuiltInTests : BlobStorageIntegrationTest<MsSqlBuiltInBlobStoragePlatform, BlobProviderTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlBlobLocalDiskChunkTests : BlobStorageIntegrationTest<MsSqlLocalDiskChunkBlobStoragePlatform, BlobProviderTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlBlobLocalDiskTests : BlobStorageIntegrationTest<MsSqlLocalDiskBlobStoragePlatform, BlobProviderTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlCentralizedIndexingTests : IntegrationTest<MsSqlPlatform, CentralizedIndexingTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
using System;
using System.Threading.Tasks;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.ContentRepository.Storage.Data;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlDataProviderTests : IntegrationTest<MsSqlPlatform, DataProviderTestCases>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
using SenseNet.ContentRepository.Storage.Data;
using SenseNet.ContentRepository.Storage.Data.MsSqlClient;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;
using Task = System.Threading.Tasks.Task;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlDataProviderUnitTests : IntegrationTest<MsSqlDataProviderPlatform, DataProviderUnitTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlDbUsageTests : IntegrationTest<MsSqlPlatform, DbUsageTests>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
using SenseNet.ContentRepository;
using SenseNet.ContentRepository.Storage.Data.MsSqlClient;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlExclusiveLockTests : IntegrationTest<MsSqlPlatform, ExclusiveLockTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlIncrementalNamingTests : IntegrationTest<MsSqlPlatform, IncrementalNamingTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlNodeCopyMoveTests : IntegrationTest<MsSqlPlatform, NodeCopyMoveTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlNodeMove2Tests : IntegrationTest<MsSqlPlatform, NodeMove2TestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlPackagingDeleteContentTypeTests : IntegrationTest<MsSqlPlatform, PackagingDeleteContentTypeTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.ContentRepository;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;
using Task = System.Threading.Tasks.Task;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlPackagingTests : IntegrationTest<MsSqlPlatform, PackagingTestCases>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
using SenseNet.ContentRepository.Storage.Data.MsSqlClient;
using SenseNet.IntegrationTests.Common;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;
using SenseNet.Testing;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlPatchingTests : IntegrationTest<MsSqlPlatform, PatchingTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlSchemaWriterTests : IntegrationTest<MsSqlPlatform, SchemaWriterTestCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlSearchTests : IntegrationTest<MsSqlPlatform, SearchTestCases>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
using SenseNet.ContentRepository.Storage;
using SenseNet.ContentRepository.Storage.Security;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlSharedLockUnitTests : IntegrationTest<MsSqlPlatform, SharedLockUnitTestsCases>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
using System.Text;
using System.Threading;
using System.Threading;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SenseNet.Configuration;
using SenseNet.ContentRepository;
using SenseNet.ContentRepository.Storage.Data.MsSqlClient;
using SenseNet.IntegrationTests.Common;
using SenseNet.IntegrationTests.Infrastructure;
using SenseNet.IntegrationTests.Platforms;
using SenseNet.IntegrationTests.MsSql.Platforms;
using SenseNet.IntegrationTests.TestCases;
using SenseNet.Storage.Data.MsSqlClient;
using SenseNet.Testing;
using Task = System.Threading.Tasks.Task;

namespace SenseNet.IntegrationTests.MsSqlTests
namespace SenseNet.IntegrationTests.MsSql.MsSqlTests
{
[TestClass]
public class MsSqlStatisticsUnitTests : IntegrationTest<MsSqlPlatform, StatisticsUnitTestCases>
Expand Down
Loading

0 comments on commit ca07172

Please sign in to comment.