mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
7.8 KiB
7.8 KiB
Expand for details
| Report | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| VanillaCloudStorageClientTest | 67✅ | 12⚠️ | 1s |
✅ VanillaCloudStorageClientTest
79 tests were completed in 1s with 67 passed, 0 failed and 12 skipped.
✅ VanillaCloudStorageClientTest.CloudStorageCredentialsTest
:white_check_mark: AreEqualWorksWithDifferentPassword
:white_check_mark: AreEqualWorksWithSameContent
:white_check_mark: CorrectlyConvertsSecureStringToString
:white_check_mark: CorrectlyConvertsStringToSecureString
:white_check_mark: ValidateAcceptsValidCredentials
:white_check_mark: ValidateRejectsInvalidCredentials
✅ VanillaCloudStorageClientTest.CloudStorageProviders.DropboxCloudStorageClientTest
:white_check_mark: FileLifecycleWorks
:warning: ReallyDoFetchToken
:warning: ReallyDoOpenAuthorizationPageInBrowser
:warning: ReallyDoRefreshToken
:white_check_mark: ThrowsAccessDeniedExceptionWithInvalidToken
✅ VanillaCloudStorageClientTest.CloudStorageProviders.FtpCloudStorageClientTest
:white_check_mark: FileLifecycleWorks
:white_check_mark: SanitizeCredentials_ChangesInvalidPrefix
:white_check_mark: SecureSslConnectionWorks
:white_check_mark: ThrowsWithHttpInsteadOfFtp
:warning: ThrowsWithInvalidPassword
:warning: ThrowsWithInvalidUrl
:warning: ThrowsWithInvalidUsername
✅ VanillaCloudStorageClientTest.CloudStorageProviders.GmxCloudStorageClientTest
:white_check_mark: ChoosesCorrectUrlForGmxComEmail
:white_check_mark: ChoosesCorrectUrlForGmxNetEmail
✅ VanillaCloudStorageClientTest.CloudStorageProviders.GoogleCloudStorageClientTest
:white_check_mark: FileLifecycleWorks
:warning: ReallyDoFetchToken
:warning: ReallyDoOpenAuthorizationPageInBrowser
:warning: ReallyDoRefreshToken
✅ VanillaCloudStorageClientTest.CloudStorageProviders.OnedriveCloudStorageClientTest
:white_check_mark: FileLifecycleWorks
:warning: ReallyDoFetchToken
:warning: ReallyDoOpenAuthorizationPageInBrowser
:warning: ReallyDoRefreshToken
✅ VanillaCloudStorageClientTest.CloudStorageProviders.WebdavCloudStorageClientTest
:white_check_mark: FileLifecycleWorks
:white_check_mark: ParseGmxWebdavResponseCorrectly
:white_check_mark: ParseStratoWebdavResponseCorrectly
:white_check_mark: ThrowsWithInvalidPath
:white_check_mark: ThrowsWithInvalidUsername
✅ VanillaCloudStorageClientTest.CloudStorageTokenTest
:white_check_mark: AreEqualWorksWithNullDate
:white_check_mark: AreEqualWorksWithSameContent
:white_check_mark: NeedsRefreshReturnsFalseForTokenFlow
:white_check_mark: NeedsRefreshReturnsFalseIfNotExpired
:white_check_mark: NeedsRefreshReturnsTrueIfExpired
:white_check_mark: NeedsRefreshReturnsTrueIfNoExpirationDate
:white_check_mark: SetExpiryDateBySecondsWorks
:white_check_mark: SetExpiryDateBySecondsWorksWithNull
:white_check_mark: SetExpiryDateBySecondsWorksWithVeryShortPeriod
✅ VanillaCloudStorageClientTest.OAuth2.AuthorizationResponseErrorTest
:white_check_mark: ParsesAllErrorCodesCorrectly
:white_check_mark: ParsesNullErrorCodeCorrectly
:white_check_mark: ParsesUnknownErrorCodeCorrectly
✅ VanillaCloudStorageClientTest.OAuth2.OAuth2UtilsTest
:white_check_mark: BuildAuthorizationRequestUrlEscapesParameters
:white_check_mark: BuildAuthorizationRequestUrlLeavesOutOptionalParameters
:white_check_mark: BuildAuthorizationRequestUrlThrowsWithMissingRedirectUrlForTokenFlow
:white_check_mark: BuildAuthorizationRequestUrlUsesAllParameters
:white_check_mark: BuildAuthorizationRequestUrlUsesCodeVerifier
:white_check_mark: ParseRealWorldDropboxRejectResponse
:white_check_mark: ParseRealWorldDropboxSuccessResponse
:white_check_mark: ParseRealWorldGoogleRejectResponse
:white_check_mark: ParseRealWorldGoogleSuccessResponse
✅ VanillaCloudStorageClientTest.OAuth2CloudStorageClientTest
:white_check_mark: BuildOAuth2AuthorizationRequestUrlWorks
:white_check_mark: FetchTokenCanInterpretGoogleResponse
:white_check_mark: FetchTokenReturnsNullForDeniedAccess
:white_check_mark: FetchTokenThrowsWithWrongState
:white_check_mark: RefreshTokenCanInterpretGoogleResponse
✅ VanillaCloudStorageClientTest.SecureStringExtensionsTest
:white_check_mark: AreEqualsWorksCorrectly
:white_check_mark: CorrectlyConvertsSecureStringToString
:white_check_mark: CorrectlyConvertsSecureStringToUnicodeBytes
:white_check_mark: CorrectlyConvertsSecureStringToUtf8Bytes
:white_check_mark: CorrectlyConvertsStringToSecureString
:white_check_mark: CorrectlyConvertsUnicodeBytesToSecureString
:white_check_mark: CorrectlyConvertsUtf8BytesToSecureString
✅ VanillaCloudStorageClientTest.SerializeableCloudStorageCredentialsTest
:white_check_mark: DecryptAfterDesrializationCanReadAllPropertiesBack
:white_check_mark: DecryptAfterDesrializationRespectsNullProperties
:white_check_mark: EncryptBeforeSerializationProtectsAllNecessaryProperties
:white_check_mark: EncryptBeforeSerializationRespectsNullProperties
:white_check_mark: SerializedDatacontractCanBeReadBack
:white_check_mark: SerializedDatacontractDoesNotContainNullProperties
:white_check_mark: SerializedDatacontractDoesNotContainPlaintextData
:white_check_mark: SerializedJsonCanBeReadBack
:white_check_mark: SerializedJsonDoesNotContainNullProperties
:white_check_mark: SerializedJsonDoesNotContainPlaintextData
:white_check_mark: SerializedXmlCanBeReadBack
:white_check_mark: SerializedXmlDoesNotContainNullProperties
:white_check_mark: SerializedXmlDoesNotContainPlaintextData