EasyMock.expect(layoutFolderDescription.getName()).andReturn("layoutFolder1").anyTimes();
EasyMock.replay(layoutFolderDescription);
portalEvent = new UserAddedFolderToLayoutPortalEvent(this, person, userProfile, layoutFolderDescription);
this.jpaPortalEventStore.storePortalEvents(portalEvent);
this.checkPoint();
assertEquals(1, this.countRowsInTable("STATS_SESSION"));
assertEquals(0, this.countRowsInTable("STATS_SESSION_GROUPS"));