}
@Override
protected void setUp() throws Exception { // NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* do not manage garbage */);
store.openAndNewAccessSession(true/* removeFiles */);
store.setSubstitutionOfJavaUtilCollection(false);
store.addToNotCheckMethod(ArrayList.class.getDeclaredMethod( // NOPMD
"clone", new Class<?>[] {}));