Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/
DPlaygroundWithDemoOfUnclonedParametersProblemTest.java47 … willAnswer(byCheckingLogEquals(initialLog)).given(importLogDao).include(any(ImportLogBean.class)); in shouldIncludeInitialLog()
66 … willAnswer(byCheckingLogEquals(finalLog)).given(importLogDao).alter(any(ImportLogBean.class)); in shouldAlterFinalLog()
75 private Answer<Object> byCheckingLogEquals(final ImportLogBean status) { in byCheckingLogEquals() method in PlaygroundWithDemoOfUnclonedParametersProblemTest