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

Implement Briefkasten API #83

Merged
merged 1 commit into from
Aug 21, 2023

Implement Briefkasten API

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

Implement Briefkasten API #83

Implement Briefkasten API
98e6018
Select commit
Loading
Failed to load commit list.
GitHub Actions / .NET Test Results succeeded Aug 21, 2023 in 1s

.NET Test Results ✅

Tests passed successfully

Report Passed Failed Skipped Time
TestResults/_fv-az410-744_2023-08-21_18_24_08.trx 5✅ 1s
TestResults/_fv-az410-744_2023-08-21_18_24_08[1].trx 29✅ 1s

✅ TestResults/_fv-az410-744_2023-08-21_18_24_08.trx

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

Test suite Passed Failed Skipped Time
BookmarkSync.Infrastructure.Tests.Services.BookmarkingServiceTests 5✅ 65ms

✅ BookmarkSync.Infrastructure.Tests.Services.BookmarkingServiceTests

✅ GetBookmarkingService_Briefkasten
✅ GetBookmarkingService_Exception
✅ GetBookmarkingService_LinkAce
✅ GetBookmarkingService_Linkding
✅ GetBookmarkingService_Pinboard

✅ TestResults/_fv-az410-744_2023-08-21_18_24_08[1].trx

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

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

✅ BookmarkSync.Core.Tests.Configuration.ConfigManagerTests

✅ ConfigManager_HasProperties
✅ GetConfigValue_InvalidKey
✅ GetConfigValue_Success
✅ 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.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.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/)