Skip to content

Merge pull request #100 from prplecake/string-extensions-tests #150

Merge pull request #100 from prplecake/string-extensions-tests

Merge pull request #100 from prplecake/string-extensions-tests #150

GitHub Actions / .NET Test Results succeeded Aug 13, 2023 in 0s

.NET Test Results ✅

Tests passed successfully

Report Passed Failed Skipped Time
TestResults/_fv-az283-935_2023-08-13_19_37_24.trx 4✅ 3s
TestResults/_fv-az283-935_2023-08-13_19_37_24[1].trx 24✅ 3s

✅ TestResults/_fv-az283-935_2023-08-13_19_37_24.trx

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

Test suite Passed Failed Skipped Time
BookmarkSync.Infrastructure.Tests.Services.BookmarkingServiceTests 4✅ 121ms

✅ BookmarkSync.Infrastructure.Tests.Services.BookmarkingServiceTests

✅ GetBookmarkingService_Exception
✅ GetBookmarkingService_LinkAce
✅ GetBookmarkingService_Linkding
✅ GetBookmarkingService_Pinboard

✅ TestResults/_fv-az283-935_2023-08-13_19_37_24[1].trx

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

Test suite Passed Failed Skipped Time
BookmarkSync.Core.Tests.Configuration.ConfigManagerTests 3✅ 57ms
BookmarkSync.Core.Tests.Entities.AccountTests 2✅ 2ms
BookmarkSync.Core.Tests.Entities.BookmarkTests 1✅ 1ms
BookmarkSync.Core.Tests.Entities.Config.AppTests 1✅ 1ms
BookmarkSync.Core.Tests.Entities.Config.BookmarkingTests 1✅ 0ms
BookmarkSync.Core.Tests.Entities.Config.InstanceTests 2✅ 1ms
BookmarkSync.Core.Tests.Extensions.StringExtensionsTests 3✅ 4ms
BookmarkSync.Core.Tests.Utilities.HtmlUtilitiesTests 5✅ 74ms
BookmarkSync.Core.Tests.Utilities.UriUtilitiesTests 6✅ 31ms

✅ BookmarkSync.Core.Tests.Configuration.ConfigManagerTests

✅ ConfigManager_HasProperties
✅ GetConfigValue_InvalidKey
✅ GetConfigValue_Success

✅ BookmarkSync.Core.Tests.Entities.AccountTests

✅ Account_HasProperties
✅ Account_ToString_Is_Name

✅ BookmarkSync.Core.Tests.Entities.BookmarkTests

✅ Bookmark_HasProperties

✅ BookmarkSync.Core.Tests.Entities.Config.AppTests

✅ App_HasProperties

✅ BookmarkSync.Core.Tests.Entities.Config.BookmarkingTests

✅ Bookmarking_HasProperties

✅ BookmarkSync.Core.Tests.Entities.Config.InstanceTests

✅ Instance_HasProperties
✅ Instance_ToString_Is_Uri

✅ BookmarkSync.Core.Tests.Extensions.StringExtensionsTests

✅ ToSnakeCase_Success (Example,example)
✅ ToSnakeCase_Success (Example2,example2)
✅ ToSnakeCase_Success (TestCase,test_case)

✅ BookmarkSync.Core.Tests.Utilities.HtmlUtilitiesTests

✅ ConvertToPlainText_Success
✅ ConvertToPlainText_WithBr
✅ ConvertToPlainText_WithComments
✅ ConvertToPlainText_WithScripts
✅ ConvertToPlainText_WithStyle

✅ BookmarkSync.Core.Tests.Utilities.UriUtilitiesTests

✅ UriUtilities_HttpProto (http://example.com)
✅ UriUtilities_HttpProto (http://example.com/)
✅ UriUtilities_HttpsProto (https://example.com)
✅ UriUtilities_HttpsProto (https://example.com/)
✅ UriUtilities_NoProto (example.com)
✅ UriUtilities_NoProto (example.com/)