use of com.keepassdroid.database.PwEntryV4 in project KeePassDX by Kunzisoft.
the class SprEngineTest method testRefReplace.
public void testRefReplace() {
UUID entryUUID = decodeUUID(ENCODE_UUID);
PwEntryV4 entry = (PwEntryV4) db.entries.get(entryUUID);
assertEquals(RESULT, spr.compile(REF, entry, db));
}
Aggregations