@ -30,12 +30,6 @@ public class Vault implements VaultInterface {
println(sbcm.toString());
String input = scan.nextLine();
if (input.equals("e")) {
config = false;
}
public void addCredential(){
@ -11,12 +11,14 @@ import static org.junit.jupiter.api.Assertions.*;
public class VaultTest {
Vault vlt = new Vault();
//Vault vlt = new Vault();
/* @BeforeAll
static Vault vlt;
@BeforeAll
static void init() {
vlt = new Vault();
}*/
@BeforeEach
void reset() {