when(messageDao.getById(6992532)).thenReturn(messageHistory);
when(commentService.getById(6892917)).thenReturn(comment);
when(commentService.getById(1948675)).thenReturn(comment);
when(commentService.getById(6944831)).thenReturn(comment);
SiteConfig siteConfig = mock(SiteConfig.class);
when(siteConfig.getMainURI()).thenReturn(mainURI);
toHtmlFormatter = new ToHtmlFormatter();
toHtmlFormatter.setSiteConfig(siteConfig);
toHtmlFormatter.setMessageDao(messageDao);
toHtmlFormatter.setCommentService(commentService);