mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-01-08 19:27:57 +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());
|
assertFalse(sop.listProfiles().subcommand("generate-key").isEmpty());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void listProfilesOfEncrypt() {
|
||||||
|
assertFalse(sop.listProfiles().encrypt().isEmpty());
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void listProfilesOfHelpCommandThrows() {
|
public void listProfilesOfHelpCommandThrows() {
|
||||||
assertThrows(SOPGPException.UnsupportedProfile.class, () ->
|
assertThrows(SOPGPException.UnsupportedProfile.class, () ->
|
||||||
|
|
Loading…
Reference in a new issue