mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 09:22:05 +01:00
Test list-profiles of encrypt subcommand
This commit is contained in:
parent
2367674151
commit
08ce7c099c
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ public class ListProfilesTest {
|
|||
assertFalse(sop.listProfiles().subcommand("generate-key").isEmpty());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void listProfilesOfEncrypt() {
|
||||
assertFalse(sop.listProfiles().encrypt().isEmpty());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void listProfilesOfHelpCommandThrows() {
|
||||
assertThrows(SOPGPException.UnsupportedProfile.class, () ->
|
||||
|
|
Loading…
Reference in a new issue