525354555657585960
* Setup before each test. */ @Before public void setUp() { cache = new SimpleMemoryCache(); sut = new SetKeyedCollectionCacheMapper<Integer>(KEY_PREFIX); sut.setCache(cache); }
6263646566676869
* Setup method. */ @Before public void setup() { cache = new SimpleMemoryCache(); sut.setCache(cache); }