Searched refs:finalLog (Results 1 – 1 of 1) sorted by relevance
62 ImportLogBean finalLog = new ImportLogBean(currentDate, importType); in shouldAlterFinalLog() local63 finalLog.setStatus(9); in shouldAlterFinalLog()66 … willAnswer(byCheckingLogEquals(finalLog)).given(importLogDao).alter(any(ImportLogBean.class)); in shouldAlterFinalLog()