Update packages

This commit is contained in:
Patrik Husfloen 2024-03-01 14:07:39 +01:00
parent c032c9b993
commit bd65e34c96
24 changed files with 10884 additions and 8895 deletions

View file

@ -1,136 +1,136 @@
![Tests passed successfully](https://img.shields.io/badge/tests-67%20passed%2C%2012%20skipped-success)
##  <a id="user-content-r0" href="#r0">fixtures/external/SilentNotes.trx</a>
## 🟢 <a id="user-content-r0" href="#r0">fixtures/external/SilentNotes.trx</a>
**79** tests were completed in **1s** with **67** passed, **0** failed and **12** skipped.
|Test suite|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|[VanillaCloudStorageClientTest.CloudStorageCredentialsTest](#r0s0)|6|||30ms|
|[VanillaCloudStorageClientTest.CloudStorageProviders.DropboxCloudStorageClientTest](#r0s1)|2||3|101ms|
|[VanillaCloudStorageClientTest.CloudStorageProviders.FtpCloudStorageClientTest](#r0s2)|4||3|166ms|
|[VanillaCloudStorageClientTest.CloudStorageProviders.GmxCloudStorageClientTest](#r0s3)|2|||7ms|
|[VanillaCloudStorageClientTest.CloudStorageProviders.GoogleCloudStorageClientTest](#r0s4)|1||3|40ms|
|[VanillaCloudStorageClientTest.CloudStorageProviders.OnedriveCloudStorageClientTest](#r0s5)|1||3|15ms|
|[VanillaCloudStorageClientTest.CloudStorageProviders.WebdavCloudStorageClientTest](#r0s6)|5|||16ms|
|[VanillaCloudStorageClientTest.CloudStorageTokenTest](#r0s7)|9|||0ms|
|[VanillaCloudStorageClientTest.OAuth2.AuthorizationResponseErrorTest](#r0s8)|3|||3ms|
|[VanillaCloudStorageClientTest.OAuth2.OAuth2UtilsTest](#r0s9)|9|||12ms|
|[VanillaCloudStorageClientTest.OAuth2CloudStorageClientTest](#r0s10)|5|||13ms|
|[VanillaCloudStorageClientTest.SecureStringExtensionsTest](#r0s11)|7|||0ms|
|[VanillaCloudStorageClientTest.SerializeableCloudStorageCredentialsTest](#r0s12)|13|||43ms|
###  <a id="user-content-r0s0" href="#r0s0">VanillaCloudStorageClientTest.CloudStorageCredentialsTest</a>
|🟢 [VanillaCloudStorageClientTest.CloudStorageCredentialsTest](#r0s0)|6|||30ms|
|🟢 [VanillaCloudStorageClientTest.CloudStorageProviders.DropboxCloudStorageClientTest](#r0s1)|2||3|101ms|
|🟢 [VanillaCloudStorageClientTest.CloudStorageProviders.FtpCloudStorageClientTest](#r0s2)|4||3|166ms|
|🟢 [VanillaCloudStorageClientTest.CloudStorageProviders.GmxCloudStorageClientTest](#r0s3)|2|||7ms|
|🟢 [VanillaCloudStorageClientTest.CloudStorageProviders.GoogleCloudStorageClientTest](#r0s4)|1||3|40ms|
|🟢 [VanillaCloudStorageClientTest.CloudStorageProviders.OnedriveCloudStorageClientTest](#r0s5)|1||3|15ms|
|🟢 [VanillaCloudStorageClientTest.CloudStorageProviders.WebdavCloudStorageClientTest](#r0s6)|5|||16ms|
|🟢 [VanillaCloudStorageClientTest.CloudStorageTokenTest](#r0s7)|9|||0ms|
|🟢 [VanillaCloudStorageClientTest.OAuth2.AuthorizationResponseErrorTest](#r0s8)|3|||3ms|
|🟢 [VanillaCloudStorageClientTest.OAuth2.OAuth2UtilsTest](#r0s9)|9|||12ms|
|🟢 [VanillaCloudStorageClientTest.OAuth2CloudStorageClientTest](#r0s10)|5|||13ms|
|🟢 [VanillaCloudStorageClientTest.SecureStringExtensionsTest](#r0s11)|7|||0ms|
|🟢 [VanillaCloudStorageClientTest.SerializeableCloudStorageCredentialsTest](#r0s12)|13|||43ms|
### 🟢 <a id="user-content-r0s0" href="#r0s0">VanillaCloudStorageClientTest.CloudStorageCredentialsTest</a>
```
AreEqualWorksWithDifferentPassword
AreEqualWorksWithSameContent
CorrectlyConvertsSecureStringToString
CorrectlyConvertsStringToSecureString
ValidateAcceptsValidCredentials
ValidateRejectsInvalidCredentials
🟢 AreEqualWorksWithDifferentPassword
🟢 AreEqualWorksWithSameContent
🟢 CorrectlyConvertsSecureStringToString
🟢 CorrectlyConvertsStringToSecureString
🟢 ValidateAcceptsValidCredentials
🟢 ValidateRejectsInvalidCredentials
```
###  <a id="user-content-r0s1" href="#r0s1">VanillaCloudStorageClientTest.CloudStorageProviders.DropboxCloudStorageClientTest</a>
### 🟢 <a id="user-content-r0s1" href="#r0s1">VanillaCloudStorageClientTest.CloudStorageProviders.DropboxCloudStorageClientTest</a>
```
FileLifecycleWorks
🟢 FileLifecycleWorks
⚪ ReallyDoFetchToken
⚪ ReallyDoOpenAuthorizationPageInBrowser
⚪ ReallyDoRefreshToken
ThrowsAccessDeniedExceptionWithInvalidToken
🟢 ThrowsAccessDeniedExceptionWithInvalidToken
```
###  <a id="user-content-r0s2" href="#r0s2">VanillaCloudStorageClientTest.CloudStorageProviders.FtpCloudStorageClientTest</a>
### 🟢 <a id="user-content-r0s2" href="#r0s2">VanillaCloudStorageClientTest.CloudStorageProviders.FtpCloudStorageClientTest</a>
```
FileLifecycleWorks
SanitizeCredentials_ChangesInvalidPrefix
SecureSslConnectionWorks
ThrowsWithHttpInsteadOfFtp
🟢 FileLifecycleWorks
🟢 SanitizeCredentials_ChangesInvalidPrefix
🟢 SecureSslConnectionWorks
🟢 ThrowsWithHttpInsteadOfFtp
⚪ ThrowsWithInvalidPassword
⚪ ThrowsWithInvalidUrl
⚪ ThrowsWithInvalidUsername
```
###  <a id="user-content-r0s3" href="#r0s3">VanillaCloudStorageClientTest.CloudStorageProviders.GmxCloudStorageClientTest</a>
### 🟢 <a id="user-content-r0s3" href="#r0s3">VanillaCloudStorageClientTest.CloudStorageProviders.GmxCloudStorageClientTest</a>
```
ChoosesCorrectUrlForGmxComEmail
ChoosesCorrectUrlForGmxNetEmail
🟢 ChoosesCorrectUrlForGmxComEmail
🟢 ChoosesCorrectUrlForGmxNetEmail
```
###  <a id="user-content-r0s4" href="#r0s4">VanillaCloudStorageClientTest.CloudStorageProviders.GoogleCloudStorageClientTest</a>
### 🟢 <a id="user-content-r0s4" href="#r0s4">VanillaCloudStorageClientTest.CloudStorageProviders.GoogleCloudStorageClientTest</a>
```
FileLifecycleWorks
🟢 FileLifecycleWorks
⚪ ReallyDoFetchToken
⚪ ReallyDoOpenAuthorizationPageInBrowser
⚪ ReallyDoRefreshToken
```
###  <a id="user-content-r0s5" href="#r0s5">VanillaCloudStorageClientTest.CloudStorageProviders.OnedriveCloudStorageClientTest</a>
### 🟢 <a id="user-content-r0s5" href="#r0s5">VanillaCloudStorageClientTest.CloudStorageProviders.OnedriveCloudStorageClientTest</a>
```
FileLifecycleWorks
🟢 FileLifecycleWorks
⚪ ReallyDoFetchToken
⚪ ReallyDoOpenAuthorizationPageInBrowser
⚪ ReallyDoRefreshToken
```
###  <a id="user-content-r0s6" href="#r0s6">VanillaCloudStorageClientTest.CloudStorageProviders.WebdavCloudStorageClientTest</a>
### 🟢 <a id="user-content-r0s6" href="#r0s6">VanillaCloudStorageClientTest.CloudStorageProviders.WebdavCloudStorageClientTest</a>
```
FileLifecycleWorks
ParseGmxWebdavResponseCorrectly
ParseStratoWebdavResponseCorrectly
ThrowsWithInvalidPath
ThrowsWithInvalidUsername
🟢 FileLifecycleWorks
🟢 ParseGmxWebdavResponseCorrectly
🟢 ParseStratoWebdavResponseCorrectly
🟢 ThrowsWithInvalidPath
🟢 ThrowsWithInvalidUsername
```
###  <a id="user-content-r0s7" href="#r0s7">VanillaCloudStorageClientTest.CloudStorageTokenTest</a>
### 🟢 <a id="user-content-r0s7" href="#r0s7">VanillaCloudStorageClientTest.CloudStorageTokenTest</a>
```
AreEqualWorksWithNullDate
AreEqualWorksWithSameContent
NeedsRefreshReturnsFalseForTokenFlow
NeedsRefreshReturnsFalseIfNotExpired
NeedsRefreshReturnsTrueIfExpired
NeedsRefreshReturnsTrueIfNoExpirationDate
SetExpiryDateBySecondsWorks
SetExpiryDateBySecondsWorksWithNull
SetExpiryDateBySecondsWorksWithVeryShortPeriod
🟢 AreEqualWorksWithNullDate
🟢 AreEqualWorksWithSameContent
🟢 NeedsRefreshReturnsFalseForTokenFlow
🟢 NeedsRefreshReturnsFalseIfNotExpired
🟢 NeedsRefreshReturnsTrueIfExpired
🟢 NeedsRefreshReturnsTrueIfNoExpirationDate
🟢 SetExpiryDateBySecondsWorks
🟢 SetExpiryDateBySecondsWorksWithNull
🟢 SetExpiryDateBySecondsWorksWithVeryShortPeriod
```
###  <a id="user-content-r0s8" href="#r0s8">VanillaCloudStorageClientTest.OAuth2.AuthorizationResponseErrorTest</a>
### 🟢 <a id="user-content-r0s8" href="#r0s8">VanillaCloudStorageClientTest.OAuth2.AuthorizationResponseErrorTest</a>
```
ParsesAllErrorCodesCorrectly
ParsesNullErrorCodeCorrectly
ParsesUnknownErrorCodeCorrectly
🟢 ParsesAllErrorCodesCorrectly
🟢 ParsesNullErrorCodeCorrectly
🟢 ParsesUnknownErrorCodeCorrectly
```
###  <a id="user-content-r0s9" href="#r0s9">VanillaCloudStorageClientTest.OAuth2.OAuth2UtilsTest</a>
### 🟢 <a id="user-content-r0s9" href="#r0s9">VanillaCloudStorageClientTest.OAuth2.OAuth2UtilsTest</a>
```
BuildAuthorizationRequestUrlEscapesParameters
BuildAuthorizationRequestUrlLeavesOutOptionalParameters
BuildAuthorizationRequestUrlThrowsWithMissingRedirectUrlForTokenFlow
BuildAuthorizationRequestUrlUsesAllParameters
BuildAuthorizationRequestUrlUsesCodeVerifier
ParseRealWorldDropboxRejectResponse
ParseRealWorldDropboxSuccessResponse
ParseRealWorldGoogleRejectResponse
ParseRealWorldGoogleSuccessResponse
🟢 BuildAuthorizationRequestUrlEscapesParameters
🟢 BuildAuthorizationRequestUrlLeavesOutOptionalParameters
🟢 BuildAuthorizationRequestUrlThrowsWithMissingRedirectUrlForTokenFlow
🟢 BuildAuthorizationRequestUrlUsesAllParameters
🟢 BuildAuthorizationRequestUrlUsesCodeVerifier
🟢 ParseRealWorldDropboxRejectResponse
🟢 ParseRealWorldDropboxSuccessResponse
🟢 ParseRealWorldGoogleRejectResponse
🟢 ParseRealWorldGoogleSuccessResponse
```
###  <a id="user-content-r0s10" href="#r0s10">VanillaCloudStorageClientTest.OAuth2CloudStorageClientTest</a>
### 🟢 <a id="user-content-r0s10" href="#r0s10">VanillaCloudStorageClientTest.OAuth2CloudStorageClientTest</a>
```
BuildOAuth2AuthorizationRequestUrlWorks
FetchTokenCanInterpretGoogleResponse
FetchTokenReturnsNullForDeniedAccess
FetchTokenThrowsWithWrongState
RefreshTokenCanInterpretGoogleResponse
🟢 BuildOAuth2AuthorizationRequestUrlWorks
🟢 FetchTokenCanInterpretGoogleResponse
🟢 FetchTokenReturnsNullForDeniedAccess
🟢 FetchTokenThrowsWithWrongState
🟢 RefreshTokenCanInterpretGoogleResponse
```
###  <a id="user-content-r0s11" href="#r0s11">VanillaCloudStorageClientTest.SecureStringExtensionsTest</a>
### 🟢 <a id="user-content-r0s11" href="#r0s11">VanillaCloudStorageClientTest.SecureStringExtensionsTest</a>
```
AreEqualsWorksCorrectly
CorrectlyConvertsSecureStringToString
CorrectlyConvertsSecureStringToUnicodeBytes
CorrectlyConvertsSecureStringToUtf8Bytes
CorrectlyConvertsStringToSecureString
CorrectlyConvertsUnicodeBytesToSecureString
CorrectlyConvertsUtf8BytesToSecureString
🟢 AreEqualsWorksCorrectly
🟢 CorrectlyConvertsSecureStringToString
🟢 CorrectlyConvertsSecureStringToUnicodeBytes
🟢 CorrectlyConvertsSecureStringToUtf8Bytes
🟢 CorrectlyConvertsStringToSecureString
🟢 CorrectlyConvertsUnicodeBytesToSecureString
🟢 CorrectlyConvertsUtf8BytesToSecureString
```
###  <a id="user-content-r0s12" href="#r0s12">VanillaCloudStorageClientTest.SerializeableCloudStorageCredentialsTest</a>
### 🟢 <a id="user-content-r0s12" href="#r0s12">VanillaCloudStorageClientTest.SerializeableCloudStorageCredentialsTest</a>
```
DecryptAfterDesrializationCanReadAllPropertiesBack
DecryptAfterDesrializationRespectsNullProperties
EncryptBeforeSerializationProtectsAllNecessaryProperties
EncryptBeforeSerializationRespectsNullProperties
SerializedDatacontractCanBeReadBack
SerializedDatacontractDoesNotContainNullProperties
SerializedDatacontractDoesNotContainPlaintextData
SerializedJsonCanBeReadBack
SerializedJsonDoesNotContainNullProperties
SerializedJsonDoesNotContainPlaintextData
SerializedXmlCanBeReadBack
SerializedXmlDoesNotContainNullProperties
SerializedXmlDoesNotContainPlaintextData
🟢 DecryptAfterDesrializationCanReadAllPropertiesBack
🟢 DecryptAfterDesrializationRespectsNullProperties
🟢 EncryptBeforeSerializationProtectsAllNecessaryProperties
🟢 EncryptBeforeSerializationRespectsNullProperties
🟢 SerializedDatacontractCanBeReadBack
🟢 SerializedDatacontractDoesNotContainNullProperties
🟢 SerializedDatacontractDoesNotContainPlaintextData
🟢 SerializedJsonCanBeReadBack
🟢 SerializedJsonDoesNotContainNullProperties
🟢 SerializedJsonDoesNotContainPlaintextData
🟢 SerializedXmlCanBeReadBack
🟢 SerializedXmlDoesNotContainNullProperties
🟢 SerializedXmlDoesNotContainPlaintextData
```