2122232425262728
private JsonService jsonService; @Before public void init() { jsonService = new JsonService(); BBCodeConverter bbc = new BBCodeConverter(); jsonService.setHtmlConverter(bbc); }