|
@ -81,4 +81,13 @@ class CredentialRepositoryTest { |
|
|
Assertions.assertEquals(null, this.credentialRepository.getCredentialsViaId(0)); |
|
|
Assertions.assertEquals(null, this.credentialRepository.getCredentialsViaId(0)); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
|
void testSerializeObject(){ |
|
|
|
|
|
|
|
|
|
|
|
this.credentialRepository.createNewCredential("mock", "mock"); |
|
|
|
|
|
this.credentialRepository.serializeObject("testName"); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |