super.setUp();
this.localEntityReferenceSerializer = Utils.getComponent(
EntityReferenceSerializer.class, "local");
this.userClass = new BaseClass();
this.groupClass = new BaseClass();
getContext().setDatabase(MAIN_WIKI_NAME);
getContext().setMainXWiki(MAIN_WIKI_NAME);
this.databases.put(MAIN_WIKI_NAME, new HashMap<String, XWikiDocument>());