[deps]: Update MongoDB.Driver to v3 #189
+1
β1
Open
GitHub Actions / Test Results
succeeded
Dec 5, 2024 in 0s
24 passed, 0 failed and 0 skipped
β Β test/KeyConnector.Tests/TestResults/test-results.trx
24 tests were completed in 4s with 24 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
KeyConnector.Tests.Services.Pkcs11RsaKeyServiceTests | 23β | 359ms | ||
KeyConnector.Tests.ThrowawayTests | 1β | 4ms |
β Β KeyConnector.Tests.Services.Pkcs11RsaKeyServiceTests
β
DecryptAsync_ChoosesCorrectSlot_GivenASlotSerialNumber
β
DecryptAsync_LogsOutOfSession_GivenValidData
β
DecryptAsync_ReturnsDecryptedData
β
DecryptAsync_ReturnsNull_GivenNullData
β
DecryptAsync_ThrowsException_WhenSlotHasNoTokenPresent
β
DecryptAsync_UsesCorrectProviderPath_WhenLoadingLibrary(provider: "opensc", path: "/usr/lib/x86_64-linux-gnu/opensc-pkcs11.so")
β
DecryptAsync_UsesCorrectProviderPath_WhenLoadingLibrary(provider: "yubihsm", path: "/usr/lib/x86_64-linux-gnu/pkcs11/yubihsm_pkcs11.so")
β
DecryptAsync_UsesCorrectUserType_GivenInSettings(userTypeSetting: "context_specific", expectedUserType: CKU_CONTEXT_SPECIFIC)
β
DecryptAsync_UsesCorrectUserType_GivenInSettings(userTypeSetting: "so", expectedUserType: CKU_SO)
β
DecryptAsync_UsesCorrectUserType_GivenInSettings(userTypeSetting: null, expectedUserType: CKU_USER)
β
DecryptAsync_UsesPrivateKeyId_IfAvailableInSettings(id: 123, expectedType: CKA_ID)
β
DecryptAsync_UsesPrivateKeyId_IfAvailableInSettings(id: null, expectedType: CKA_LABEL)
β
EncryptAsync_ReturnsEncryptedData
β
EncryptAsync_ReturnsNull_GivenNullData
β
SignAsync_ChoosesCorrectSlot_GivenASlotSerialNumber
β
SignAsync_LogsOutOfSession_GivenValidData
β
SignAsync_ReturnsNull_GivenNullData
β
SignAsync_ReturnsSignature
β
SignAsync_ThrowsException_WhenSlotHasNoTokenPresent
β
SignAsync_UsesCorrectProviderPath_WhenLoadingLibrary(provider: "opensc", path: "/usr/lib/x86_64-linux-gnu/opensc-pkcs11.so")
β
SignAsync_UsesCorrectProviderPath_WhenLoadingLibrary(provider: "yubihsm", path: "/usr/lib/x86_64-linux-gnu/pkcs11/yubihsm_pkcs11.so")
β
SignAsync_UsesPrivateKeyId_IfAvailableInSettings(id: 123, expectedType: CKA_ID)
β
SignAsync_UsesPrivateKeyId_IfAvailableInSettings(id: null, expectedType: CKA_LABEL)
β Β KeyConnector.Tests.ThrowawayTests
β
ThrowawayTests_TestNonsense
Loading