@Before
    public void setUp() throws UnsupportedEncodingException {
        formatter = new HTMLFormatter(colorSettings);
        formatter.clearFiles();
        outContent = new ByteArrayOutputStream();