Skip to content

Bump MSTest.TestFramework from 3.5.2 to 3.6.0 #169

Bump MSTest.TestFramework from 3.5.2 to 3.6.0

Bump MSTest.TestFramework from 3.5.2 to 3.6.0 #169

GitHub Actions / .NET Test Results succeeded Sep 16, 2024 in 1s

52 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
TestResults/_fv-az1110-736_2024-09-16_00_38_29.trx 36✅ 888ms
TestResults/_fv-az1110-736_2024-09-16_00_38_29[1].trx 16✅ 1s

✅ TestResults/_fv-az1110-736_2024-09-16_00_38_29.trx

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

Test suite Passed Failed Skipped Time
BookmarkSync.Core.Tests.Configuration.ConfigManagerTests 6✅ 61ms
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✅ 8ms
BookmarkSync.Core.Tests.Utilities.HtmlUtilitiesTests 5✅ 21ms
BookmarkSync.Core.Tests.Utilities.UriUtilitiesTests 7✅ 12ms

✅ 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-az1110-736_2024-09-16_00_38_29[1].trx

16 tests were completed in 1s 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✅ 47ms
BookmarkSync.Infrastructure.Tests.Services.Linkding.LinkdingBookmarkingServiceTests 1✅ 5ms
BookmarkSync.Infrastructure.Tests.Services.Mastodon.MastodonServiceTests 5✅ 40ms
BookmarkSync.Infrastructure.Tests.Services.Pinboard.PinboardBookmarkingServiceTests 2✅ 160ms

✅ 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