Skip to content

Instantly share code, notes, and snippets.

@alecarrod
alecarrod / TestCache.java
Created December 14, 2011 10:18
Problem spying cache
Test Code:
package es.juntadeandalucia.icms.server.cache;
import static org.mockito.Matchers.any;
import static org.mockito.Mockito.spy;
import static org.mockito.Mockito.verify;
import static org.mockito.internal.verification.VerificationModeFactory.atLeastOnce;
import static org.mockito.internal.verification.VerificationModeFactory.times;