Home
last modified time | relevance | path

Searched refs:finalLog (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/
DPlaygroundWithDemoOfUnclonedParametersProblemTest.java62 ImportLogBean finalLog = new ImportLogBean(currentDate, importType); in shouldAlterFinalLog() local
63 finalLog.setStatus(9); in shouldAlterFinalLog()
66 … willAnswer(byCheckingLogEquals(finalLog)).given(importLogDao).alter(any(ImportLogBean.class)); in shouldAlterFinalLog()