Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 #174

Merged
merged 1 commit into from
Sep 24, 2024

Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1

282640a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 #174

Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1
282640a
Select commit
Loading
Failed to load commit list.
GitHub Actions / .NET Test Results succeeded Sep 24, 2024 in 1s

52 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
TestResults/_fv-az1251-385_2024-09-24_14_42_59.trx 36✅ 1s
TestResults/_fv-az1251-385_2024-09-24_14_43_00.trx 16✅ 1s

✅ TestResults/_fv-az1251-385_2024-09-24_14_42_59.trx

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

Test suite Passed Failed Skipped Time
BookmarkSync.Core.Tests.Configuration.ConfigManagerTests 6✅ 81ms
BookmarkSync.Core.Tests.Entities.AccountTests 2✅ 4ms
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✅ 6ms
BookmarkSync.Core.Tests.Extensions.StringExtensionsTests 7✅ 5ms
BookmarkSync.Core.Tests.SnakeCaseContractResolverTests 1✅ 9ms
BookmarkSync.Core.Tests.Utilities.HtmlUtilitiesTests 5✅ 21ms
BookmarkSync.Core.Tests.Utilities.UriUtilitiesTests 7✅ 17ms

✅ 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-az1251-385_2024-09-24_14_43_00.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✅ 70ms
BookmarkSync.Infrastructure.Tests.Services.Briefkasten.BriefkastenBookmarkingServiceTests 1✅ 3ms
BookmarkSync.Infrastructure.Tests.Services.LinkAce.LinkAceBookmarkingServiceTests 2✅ 48ms
BookmarkSync.Infrastructure.Tests.Services.Linkding.LinkdingBookmarkingServiceTests 1✅ 5ms
BookmarkSync.Infrastructure.Tests.Services.Mastodon.MastodonServiceTests 5✅ 37ms
BookmarkSync.Infrastructure.Tests.Services.Pinboard.PinboardBookmarkingServiceTests 2✅ 146ms

✅ 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