Skip to content

Initial implementation #18

Initial implementation

Initial implementation #18

GitHub Actions / Test Results succeeded Jun 13, 2024 in 0s

44 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
.artifacts/TestResults/ES.FX.Ignite.Microsoft.EntityFrameworkCore.SqlServer.Tests.trx 10✅ 39s
.artifacts/TestResults/ES.FX.Ignite.Microsoft.EntityFrameworkCore.Tests.trx 1✅ 3s
.artifacts/TestResults/ES.FX.Ignite.Spark.Tests.trx 4✅ 3s
.artifacts/TestResults/ES.FX.Shared.SqlServer.Tests.trx 1✅ 29s
.artifacts/TestResults/ES.FX.Tests.trx 28✅ 2s

✅ .artifacts/TestResults/ES.FX.Ignite.Microsoft.EntityFrameworkCore.SqlServer.Tests.trx

10 tests were completed in 39s with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ES.FX.Ignite.Microsoft.EntityFrameworkCore.SqlServer.Tests.SqlServerDbContextConnectTests 1✅ 1s
ES.FX.Ignite.Microsoft.EntityFrameworkCore.SqlServer.Tests.SqlServerDbContextHostingExtensionsTests 9✅ 3s

✅ ES.FX.Ignite.Microsoft.EntityFrameworkCore.SqlServer.Tests.SqlServerDbContextConnectTests

✅ AddSqlServerDbContext_CanConnect

✅ ES.FX.Ignite.Microsoft.EntityFrameworkCore.SqlServer.Tests.SqlServerDbContextHostingExtensionsTests

✅ AddSqlServerDbContext_CanChangeDbContextOptionsInCode
✅ AddSqlServerDbContext_CanChangeOptionsInCode
✅ AddSqlServerDbContext_CanChangeSettingsInCode
✅ AddSqlServerDbContext_CanChangeSqlServerDbContextOptionsInCode
✅ AddSqlServerDbContext_CanResolveDbContext
✅ AddSqlServerDbContextFactory_CanResolveFactoryAndDbContext
✅ AddSqlServerDbContextFactory_Lifetime_Scoped_FactoryAndContextHaveCorrectLifetime
✅ AddSqlServerDbContextFactory_Lifetime_Singleton_FactoryHasCorrectLifetime
✅ AddSqlServerDbContextFactory_Lifetime_Transient_FactoryHasCorrectLifetime

✅ .artifacts/TestResults/ES.FX.Ignite.Microsoft.EntityFrameworkCore.Tests.trx

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ES.FX.Ignite.Microsoft.EntityFrameworkCore.Tests.UnitTest1 1✅ 8ms

✅ ES.FX.Ignite.Microsoft.EntityFrameworkCore.Tests.UnitTest1

✅ Test1

✅ .artifacts/TestResults/ES.FX.Ignite.Spark.Tests.trx

4 tests were completed in 3s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ES.FX.Ignite.Spark.Tests.Configuration.SparkConfigTests 4✅ 4ms

✅ ES.FX.Ignite.Spark.Tests.Configuration.SparkConfigTests

✅ SparkConfig_ConfigurationKey_UsesKeyAndSection
✅ SparkConfig_ConfigurationKey_UsesKeyIfSectionIsNull
✅ SparkConfig_Key_UsesDefaultIfNull
✅ SparkConfig_Key_UsesKeyIfNotNull

✅ .artifacts/TestResults/ES.FX.Shared.SqlServer.Tests.trx

1 tests were completed in 29s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ES.FX.Shared.SqlServer.Tests.SqlServerFixtureTests 1✅ 723ms

✅ ES.FX.Shared.SqlServer.Tests.SqlServerFixtureTests

✅ SqlServerContainer_CanConnect

✅ .artifacts/TestResults/ES.FX.Tests.trx

28 tests were completed in 2s with 28 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ES.FX.Tests.Collections.ExceptionExtensionsTests 3✅ 8ms
ES.FX.Tests.Exceptions.ExceptionExtensionsTests 5✅ 10ms
ES.FX.Tests.IO.ManifestResourceTests 4✅ 30ms
ES.FX.Tests.Linq.EnumerableExtensionsTests 2✅ 33ms
ES.FX.Tests.Reflection.EnumerableExtensionsTests 14✅ 20ms

✅ ES.FX.Tests.Collections.ExceptionExtensionsTests

✅ Array_NullOrEmpty_ReturnsFalseForArrayWithElements
✅ Array_NullOrEmpty_ReturnsTrueForEmpty
✅ Array_NullOrEmpty_ReturnsTrueForNull

✅ ES.FX.Tests.Exceptions.ExceptionExtensionsTests

✅ Exception_InnerMost_ReturnsInnermostException
✅ Exception_InnerMost_ReturnsNullForANullException
✅ Exception_InnerMost_ReturnsSelfIfNoInnerException
✅ Exception_InnerMostOfType_ReturnsInnermostExceptionOfType
✅ Exception_InnerMostOfType_ReturnsNullIfNoInnermostException

✅ ES.FX.Tests.IO.ManifestResourceTests

✅ Stream_ToByteArray_ReturnsCorrectByteArray
✅ Stream_ToByteArray_ReturnsCorrectByteArrayForNonMemoryStream
✅ Stream_ToByteArrayAsync_ReturnsCorrectByteArray
✅ Stream_ToByteArrayAsync_ReturnsCorrectByteArrayForNonMemoryStream

✅ ES.FX.Tests.Linq.EnumerableExtensionsTests

✅ Enumerable_GetManifestResources_ReturnsItemIfEmpty
✅ Enumerable_GetManifestResources_ReturnsItemIfNotEmpty

✅ ES.FX.Tests.Reflection.EnumerableExtensionsTests

✅ Assembly_GetManifestResources_ReturnsManifestResources
✅ ManifestResource_CanGetStreamReader
✅ ManifestResource_CanReadAllBytes
✅ ManifestResource_CanReadAllBytesAsync
✅ ManifestResource_CanReadStream
✅ ManifestResource_CanReadText
✅ ManifestResource_CanReadTextAsync
✅ ManifestResource_ReturnsNullByteArrayForInvalidResourceName
✅ ManifestResource_ReturnsNullInfoForInvalidResourceName
✅ ManifestResource_ReturnsNullStreamForInvalidResourceName
✅ ManifestResource_ReturnsNullStreamReaderForInvalidResourceName
✅ ManifestResource_ReturnsNullTextAsyncForInvalidResourceName
✅ ManifestResource_ReturnsNullTextForInvalidResourceName
✅ ManifestResource_ReturnsResourceByName