assertEquals(1, beanPropertyArray.length);
}
public void testEncryption() throws Exception {
Encryption encryption = (Encryption) mock(Encryption.class);
encryption.encrypt("encryptOnPersist");
String encryptedValue = "encryptedOnPersist";
modify().returnValue(encryptedValue);
startVerification();