|
@ -38,6 +38,9 @@ public class VaultTest { |
|
|
@Test |
|
|
@Test |
|
|
void loadFromJson() {vlt.loadFromJson();} |
|
|
void loadFromJson() {vlt.loadFromJson();} |
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
|
void setPWLength() {vlt.setPWLength();} |
|
|
|
|
|
|
|
|
@Test |
|
|
@Test |
|
|
void openConfigureMenu() { |
|
|
void openConfigureMenu() { |
|
|
ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); |
|
|
ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); |
|
@ -68,9 +71,6 @@ public class VaultTest { |
|
|
assertTrue(outputStream.toString().startsWith("Configure:")); |
|
|
assertTrue(outputStream.toString().startsWith("Configure:")); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// @Test |
|
|
|
|
|
// void |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private ByteArrayInputStream getEmptyStringInputStream() { |
|
|
private ByteArrayInputStream getEmptyStringInputStream() { |
|
|