Skip to content

Merge pull request #170 from prplecake/dependabot/nuget/MSTest.TestFr… #363

Merge pull request #170 from prplecake/dependabot/nuget/MSTest.TestFr…

Merge pull request #170 from prplecake/dependabot/nuget/MSTest.TestFr… #363

GitHub Actions / .NET Test Results succeeded Aug 27, 2024 in 0s

52 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
TestResults/_fv-az523-769_2024-08-27_16_45_32.trx 36✅ 894ms
TestResults/_fv-az523-769_2024-08-27_16_45_32[1].trx 16✅ 950ms

✅ TestResults/_fv-az523-769_2024-08-27_16_45_32.trx

36 tests were completed in 894ms with 36 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BookmarkSync.Core.Tests.Configuration.ConfigManagerTests 6✅ 71ms
BookmarkSync.Core.Tests.Entities.AccountTests 2✅ 1ms
BookmarkSync.Core.Tests.Entities.BookmarkTests 1✅ 0ms
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.ListExtensionsTests 3✅ 3ms
BookmarkSync.Core.Tests.Extensions.StringExtensionsTests 7✅ 2ms
BookmarkSync.Core.Tests.SnakeCaseContractResolverTests 1✅ 6ms
BookmarkSync.Core.Tests.Utilities.HtmlUtilitiesTests 5✅ 13ms
BookmarkSync.Core.Tests.Utilities.UriUtilitiesTests 7✅ 9ms

✅ BookmarkSync.Core.Tests.Configuration.ConfigManagerTests

✅ ConfigManager_HasProperties
✅ ConfigManager_SaveToFile_Throws_NotImplementedException
✅ GetConfigValue_InvalidKey
✅ GetConfigValue_Success
✅ Test_ConfigManager_With_Invalid_Config
✅ TestConfigManagerWithIgnoredAccountsConfigured

✅ 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.ListExtensionsTests

✅ RemoveAllFromIgnoredAccounts_Empty_IgnoredAccounts_Returns_Unchanged_Bookmarks_List
✅ RemoveAllFromIgnoredAccounts_Null_Bookmarks_List_Returns_Same
✅ RemoveAllFromIgnoredAccounts_Removes_Expected

✅ BookmarkSync.Core.Tests.Extensions.StringExtensionsTests

✅ HasLeadingAt_Success ("@prplecake",True)
✅ HasLeadingAt_Success ("flipper",False)
✅ RemoveLeadingAt_Success ("@[email protected]","[email protected]")
✅ RemoveLeadingAt_Success ("[email protected]","[email protected]")
✅ ToSnakeCase_Success ("Example","example")
✅ ToSnakeCase_Success ("Example2","example2")
✅ ToSnakeCase_Success ("TestCase","test_case")

✅ BookmarkSync.Core.Tests.SnakeCaseContractResolverTests

✅ ResolvePropertyName_IsSnakeCase ("clientId","client_id")

✅ 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/")
✅ UrlUtilities_RemoveProto_EmptyString

✅ TestResults/_fv-az523-769_2024-08-27_16_45_32[1].trx

16 tests were completed in 950ms with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BookmarkSync.Infrastructure.Tests.Services.BookmarkingServiceTests 5✅ 31ms
BookmarkSync.Infrastructure.Tests.Services.Briefkasten.BriefkastenBookmarkingServiceTests 1✅ 3ms
BookmarkSync.Infrastructure.Tests.Services.LinkAce.LinkAceBookmarkingServiceTests 2✅ 52ms
BookmarkSync.Infrastructure.Tests.Services.Linkding.LinkdingBookmarkingServiceTests 1✅ 11ms
BookmarkSync.Infrastructure.Tests.Services.Mastodon.MastodonServiceTests 5✅ 37ms
BookmarkSync.Infrastructure.Tests.Services.Pinboard.PinboardBookmarkingServiceTests 2✅ 137ms

✅ BookmarkSync.Infrastructure.Tests.Services.BookmarkingServiceTests

✅ GetBookmarkingService_Briefkasten
✅ GetBookmarkingService_Exception
✅ GetBookmarkingService_LinkAce
✅ GetBookmarkingService_Linkding
✅ GetBookmarkingService_Pinboard

✅ BookmarkSync.Infrastructure.Tests.Services.Briefkasten.BriefkastenBookmarkingServiceTests

✅ Briefkasten_Save_Success

✅ BookmarkSync.Infrastructure.Tests.Services.LinkAce.LinkAceBookmarkingServiceTests

✅ LinkAce_Save_Success
✅ LinkAce_Save_Success_Link_Exists

✅ BookmarkSync.Infrastructure.Tests.Services.Linkding.LinkdingBookmarkingServiceTests

✅ Linkding_Save_Success

✅ BookmarkSync.Infrastructure.Tests.Services.Mastodon.MastodonServiceTests

✅ MastodonService_Delete_Bookmark_Success
✅ MastodonService_Failed_To_Delete_Bookmark
✅ MastodonService_Failed_To_Delete_Bookmark_403_Forbidden
✅ MastodonService_GetBookmarks_Success_Empty_List
✅ MastodonService_GetBookmarks_Success_Non_Empty_List

✅ BookmarkSync.Infrastructure.Tests.Services.Pinboard.PinboardBookmarkingServiceTests

✅ Pinboard_Save_Success
✅ Pinboard_Save_Success_Long_Title