144145146147148149150151152153154
EasyMock.verify(rc1); EasyMock.verify(rc2); } public void testRestyHeader(){ CacheKey key = new SimpleCacheKey("first"); Response resp = EasyMock.createMock(Response.class); EasyMock.replay(resp); storage.putResult(key, resp);