Increase code coverage #22

Merged
OCram85 merged 34 commits from dev into master 2018-03-21 12:16:09 +01:00
Showing only changes of commit 4fd762bcc6 - Show all commits

View File

@ -33,5 +33,8 @@ Describe "Get-CredentialStore" {
{Get-CredentialStore -Path $TestCredentialStore} | Should Not Throw {Get-CredentialStore -Path $TestCredentialStore} | Should Not Throw
} }
It "Test3: Not existing path should return false" {
Get-CredentialStore -Path 'C:\foobar\CredentialStore.json' -Shared | Should -Be $false
}
} }
} }